phpMyAdmin drop with "Internal Server Error"

bestit

New member
Joined
May 28, 2009
Messages
2
suPHP installed from custombuild
all last versions was installed
It seems that phpMyAdmin working well, but when i try to look tables rows or run sql i see 'Internal Server Error'

in the logs
Premature end of script headers: sql.php

There is any ideas?
Same problem was described here http://bugs.php.net/bug.php?id=35563
 
Last edited:
change the ownership of the phpmyadmin files to webapps

chown -R webapps:webapps /var/www/html/phpmyadmin
 
-=:=-

I did this when i seen errors about minuid.
Really, "chown -R webapps:webapps /var/www/html/phpmyadmin" was did just after ./build phpmyadmin
Dmesq is full of spam like "php-cgi[4349]: segfault at 0000000000000000 rip 00002b9eee6bac17 rsp 00007fffc26cd620 error 4"
SELinux maybe?

About "http://bugs.php.net/bug.php?id=35563" - just look to year of posts in this thread. ^_^
 
Last edited:
change the ownership of the phpmyadmin files to webapps

chown -R webapps:webapps /var/www/html/phpmyadmin

i used this command, but it si still error, how i can fit it ?

thi is notice from http://ip/phpmyadmin

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

thanks for reading and help me
 
The webserver error log. You should be able to see it in directadmin under stats/log files on user level.
 
Back
Top