phpMyAdmin Blank Page and eaccelerator
Labels:
php
Blank phpmyadmin
So you've installed a brand new version of phpmyadmin. Running the config tool displays a blank page.
phpmyadmin displays a blank config page. The page is blank. Changing the configs manually will not work.
This issue appears if you have a version of php eaccelerator installed. It appears that certain versions of phpmyadmin will not work correctly with a version eaccelerator.
Disable php eaccelerator.
Heres how:
Open the /etc/php.ini file and edit the following line:
eaccelerator.enable="0"
No comments:
Post a Comment