PhpMyAdmin White/Blank Page - PHP 7.2 php-fpm + Apache + nginx on Centos7

SupermanInNY

Verified User
Joined
Sep 28, 2004
Messages
419
I just installed a CentOS7 with

Apache + nginx
PHP 7.2 php-fpm
and... mod_security

PhpMyAdmin version 4.83 produced white page/blank page after entering user/password.

I downgraded to version 3.x.. and it works fine !

After many trial/error,.. I opened a support ticket with DA.

The resolve:

phpMyAdmin has been updated. The problem was related to ModSecurity compatibility issues with nginx. We recommend waiting for ModSecurity 3.0 support if you're planning to use nginx.

So,.. if you have such a problem.. look into the mod_security as the possible problem generator.

HTH

-Sup
 
We just disabled ModSecurity in the options.conf file of the CustomBuild script.
And ... did you rebuild apache+nginx?

Code:
./build rewrite_confs" is enough to disable it then.
 
Back
Top