phpMyAdmin and suhosin problems

futurevision

Verified User
Joined
Nov 26, 2008
Messages
51
Hi!

When i use phpMyAdmin i have some problems, 50% of the clicks i do result in a blank page (no error, just blank). I found out that suhosin might be the problem. I disabled suhosin and tried again...now its working all good. But i do want to use suhosin tho. I found out this might fix the problem:

add code in httpd.conf:
<Directory "/var/www/html/phpMyAdmin-3.2.0.1-all-languages/">
php_flag suhosin.executor.disable_eval Off
</Directory>

but this will fail to work when i upgrade to a newer version. Anyone has a permanent fix for this?
 
Back
Top