Page 1 of 1

Fatal error: cannot use object of type PMA_Config as array

PostPosted: 04. October 2011 13:59
by arjanver
hi,

i've a working xampp setup for a couple of months now(version1.7.1)
now i want to upgrade and so i need to make a backup of a database, but when i opening localhost/phpmyadmin
i get the following error:
Fatal error: cannot use object of type PMA_Config as array in xammp\phpmyadmin\libraries\common.php on line 2462

how to fix this?

i can't find the error on google.

Re: Fatal error: cannot use object of type PMA_Config as arr

PostPosted: 04. October 2011 15:14
by JonB
Have you been able to use phpMyAdmin up to this point??? Did you configure phpMyAdmin's config.inc.php???

Anyway - no matter those answers -

If you don't find a fast resolution you can do either of two things:

use the MySQL CLI program mysqldump.exe

http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html

and read this -
http://bravo.newnetenterprises.com/word ... -outcomes/

OR

Install the free MySQL Workbench tool - it has pretty much all the features of phpMyAdmin, including Server Management
http://wb.mysql.com/

Good luck

8)