How to fix phpmyadmin error 500 after upgrade php to 5.6.20 properly

wakiloo

Verified User
Joined
Nov 23, 2008
Messages
12
Location
SZ China
Hi,

I have just upgrade php to 5.6.20, but pma show error 500, and then I have try to fix this error.

1) change /var/www/tmp to 777
2) change /var/www/html/phpMyAdmin/log to 777. And create file: /var/www/html/phpMyAdmin/log/auth.log

After changes, error 500 is gone, but there have 2 question:
1) 777 do not secure enough.
2) auth.log will become bigger and bigger.

Anyone have advice. Thanks.
 
Hello,

If you use mod_php you should use it with mod_ruid. Or switch to PHP-CGI.
 
Back
Top