24 Jun 2012 10:12
Blank Page Error with wordpress
Hey guys. I've been an suPHP loyalist for years, I've loved it and it's saved me a ton of headaches. I'm a sysadmin, not a PHP coder. On a recent server upgrade, I'm now running the latest suPHP as well as apache2.2 and php 5.3.13. One particular wordpress site is acting up on me, and it's driving me batty. I can run the index.php both as root as well as as the user in question from the command line using /usr/local/bin/php-cgi, and it outputs content. With suPHP however, suPHP logs that it's running the code as them, but then...nothing. Blank page. HTTP status 200, but Content-Length: 0 No errors logged. Adding all the error reporting to PHP that I know how to turn on, does nothing. No errors show up in the logs or in the HTML. I started inserting various echo statements throughout the code, and *those* show up. So somewhere in the deep include-laden structure of Wordpress, something's broken. PHP seems to lack a simple interface of "trace which files we load and parse". What I'd like to know here is: what is the calling-format of the(Continue reading)
RSS Feed