skip to Main Content

I hope you’re doing well.
Last week (friday) phpmyadmin was working just fine, but when I tried to work with it today it shows me some errors and doesn’t show databases etc.
I’m workin with xampp on windows 7 (it’s not my pc …)

Here is the error:

Fatal error: Uncaught TypeError: Argument 2 passed to
PhpMyAdminCore::arrayWrite() must be of the type array, null given,
called in C:xamppphpMyAdminlibrariesclassesConfig.php on line
1049 and defined in C:xamppphpMyAdminlibrariesclassesCore.php:677
Stack trace: #0
C:xamppphpMyAdminlibrariesclassesConfig.php(1049):
PhpMyAdminCore::arrayWrite(‘lang’, NULL, ‘fr’) #1
C:xamppphpMyAdminlibrariesclassesConfig.php(996):
PhpMyAdminConfig->setUserValue(NULL, ‘lang’, ‘fr’, ‘en’) #2
C:xamppphpMyAdminlibrariescommon.inc.php(453):
PhpMyAdminConfig->loadUserPreferences() #3
C:xamppphpMyAdminindex.php(27):
require_once(‘C:xamppphpMyA…’) #4 {main} thrown in
C:xamppphpMyAdminlibrariesclassesCore.php on line 677

Thank you for your interest.
Have a good day.

5

Answers


  1. Please try clearing your browser cache and remove phpMyAdmin cookies, which start with "pma".

    follow these steps

    • Open up your phpMyAdmin in browser
    • Press F12 to open Developer tools
    • go to Application > Clear storage
    • Clear all Cookies and Cache
    • Try refreshing the page.
    Login or Signup to reply.
  2. Restore your database ‘phpmyadmin’ from your latest backup.
    Before you stop MariaDb and then as usual, restore and start your DBMS again. It’ll work.

    Login or Signup to reply.
  3. Open up your phpMyAdmin url and press F12 for Developer mode .. go to Application Tab and Clear all Cookies .. refresh your phpMyAdmin page .. should be good to go .. enjoy

    Login or Signup to reply.
  4. follow these steps…

    1. Open up your phpMyAdmin URL
    2. Press F12 for Developer mode
    3. go to Application Tab and
    4. Clear all Cookies
    5. refresh your phpMyAdmin page (if not working once restart the server and try again)

    …. .. .. hurray!!! it’s done .. … …..

    Login or Signup to reply.
  5. I did not find a "Application tab" in the Developers menu like mentioned by Eliki Bula and Norbert
    But followed the steps to clear a single site from the cache in Firefox and "forgot" the url of mypage/phpmadmin and it worked, the error was gone.

    So its fact.
    The reason for this problem is somewhere in the Cookies from phpmyadmin, to you yust have to clear the cookies for this page on any way.

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