phpMyAdmin stopped working..

ljweb

Verified User
Joined
Mar 31, 2005
Messages
51
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:
 
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?
 
Back
Top