skip to Main Content

i want to use xampp and phpmyadmin just use mysql in university project i dont use php code and other think just i run xampp and open phpmyadmin in localhost and i got this error:

Warning in .librariesclassesPluginsAuthenticationPlugin.php#226
Cannot use a scalar value as an array

Backtrace

.librariesclassesPluginsAuthenticationPlugin.php#67:
PhpMyAdminPluginsAuthenticationPlugin-
setSessionAccessTime()
.librariesclassesPluginsAuthenticationPlugin.php#248:
PhpMyAdminPluginsAuthenticationPlugin->storeCredentials()
.librariescommon.inc.php#351: PhpMyAdminPluginsAuthenticationPlugin-
authenticate()
.index.php#27: require_once(.librariescommon.inc.php)

2

Answers


  1. i think the error was caused because of cached session. i had the same issue and clicking the logout button on the top left automatically solve the issue.

    Login or Signup to reply.
  2. This error is due to phpmyadmin trying to load data from cache.To fix this issue clear your cache. The best method is to download ccleaner from https://www.ccleaner.com/ (free version is enough). Stop and quit xampp run “clean your pc” in c cleaner. (close all browsers)
    restart xampp and your good to go.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search