I recently moved from one dedicated to the next. I'm using the same repos for my apache, mysql, and php installations. However, when attempting to load a known-good file, php is unable to handle the request.
It is very basic mysql queries, just loads a blank white page.
As well, when trying to install WordPress, using the correct information, the webserver is unable to connect to the intended remote installation database.
php-mysql and -mysqli have been installed.
Using CentOS 6.2, Apache 2.2.15, PHP 5.3.10, and Zend 2.3.0.
Edit1:
I want to add that if I call the file from terminal, using "php file.php" - it performs as expected. Its just when apache gets involved that there is a problem. Otherwise, this is the error in /var/log/httpd pastie.org/3814963 To note, it's not being told to use root. Neither is it being told to use localhost. pastie.org/3814965
Edit2: php is not set in safe mode.
php_mysqlandphp_mysqlienabled in the PHP ini?error_reporting(E_ALL)to your script, that will spit out an error and not just a blank page, plus check the servers listening on the correct ports with shell $# sudo netstat --tcp --listening --programs