In the wordpress community this problem is known as a WSOD or White Screen Of Death.
In my experience it is usually caused by wordpress requesting a function which hasn't been installed or enabled, such as if you haven't got the mysql module (php5-mysql in debian). Different wordpress plugins also come with their own requirements and will also cause this WSOD failure when the relevant modules aren't available. Remember that in at least debian-based systems there are different php.ini locations for cli, cgi, fpm and apache2 SAPIs, so having a successful execution in php-cli may not be indicative that it will work correctly when running through php-cgi (the sapi that suphp interfaces). -- Regards, The Honeymonster aka Daniel Llewellyn _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
