PDA

View Full Version : Phpmyadmin doesnt work. Please help me



tihp
11-05-2003, 11:15 AM
When I access PhpMyAdmin, it prompts username/pass which I would enter in something like 'domain_admin'/'password'
then the following would show up.

http://65.77.219.37/phpmyadmin_error.jpg

Please note that the username/password must be correct to by pass the popup prompt.

Thank you,
Hieu Pham

blacksmith
11-05-2003, 11:25 AM
If you tried to find phpmyadmin related issues you would find one similar case...


Hello,

There is a weird php bug for some people with output buffering. By turning it off, it should work. Just paste the following into your command line as root:

code:--------------------------------------------------------------------------------
/usr/bin/perl -pi -e 's/\$mode = 1;/\$mode = 0;/' /var/www/html/phpMyAdmin-2.5.0/libraries/ob.lib.php--------------------------------------------------------------------------------


John

> http://www.directadmin.com/forum/showthread.php?s=&threadid=719

tihp
11-05-2003, 11:30 AM
thanks, it works now :)

cheers,
Hieu Pham