PDA

View Full Version : phpMyAdmin stopped working..



ljweb
04-12-2005, 03:26 PM
After updating php (4.3.11) and mysql (4.1) and installing a ioncube loader, phpmyadmin has stopped working in the 'shared' mode. I get this error:




Warning: Illegal offset type in /var/www/html/phpMyAdmin-2.6.1/libraries/grab_globals.lib.php on line 54

Warning: Illegal offset type in /var/www/html/phpMyAdmin-2.6.1/libraries/grab_globals.lib.php on line 54

Warning: Illegal offset type in /var/www/html/phpMyAdmin-2.6.1/libraries/grab_globals.lib.php on line 54

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.6.1/libraries/grab_globals.lib.php:54) in /var/www/html/phpMyAdmin-2.6.1/libraries/auth/http.auth.lib.php on line 26

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.6.1/libraries/grab_globals.lib.php:54) in /var/www/html/phpMyAdmin-2.6.1/libraries/auth/http.auth.lib.php on line 27

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.6.1/libraries/grab_globals.lib.php:54) in /var/www/html/phpMyAdmin-2.6.1/libraries/auth/http.auth.lib.php on line 28

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.6.1/libraries/grab_globals.lib.php:54) in /var/www/html/phpMyAdmin-2.6.1/libraries/auth/http.auth.lib.php on line 31



Welcome to phpMyAdmin 2.6.1


Wrong username/password. Access denied.


If a copy phpmyadmin directly to a user account it will work (prompts for user/pass and logs in). I've tried replacing phpmyadmin with the very latest, also tried a older version, i still get the same problem.

Any Ideas? :confused:

ljweb
04-12-2005, 03:35 PM
i just removed ioncube loader from php.ini and it started working again, however i still need ioncube loaded.. is there anyway to get the two to work together?

ljweb
04-12-2005, 03:45 PM
geesh, i feel stupid now.. replying to myself with the solution!.

I didnt have zend optimizer installed, i installed that as per this thread: http://www.directadmin.com/forum/showthread.php?s=&threadid=3898&highlight=zend+optimizer and all is well.

hope this helps anyone else who runs into this problem. :D