Hi everyone,
I’m trying to install EE on my new server, but am facing a combination of unexplained blank pages or 500 Internal Errors. I’ve set debug to 1, have enabled error reporting in php.ini but am still stuck with a very frustrating experience and a very tight deadline.
* When I try to run the compatibility wizard, I get a blank page after submitting the database information form.
* When I run the ExpressionEngine install wizard, I get a blank page.
* When I attempt to migrate the old ExpressionEngine setup and to access it, I get a blank page.
* At other intervals, I sometimes receive a 500 internal server error.
I repeat, error reporting is enabled in php.ini:
error_reporting = E_ALL | E_STRICT
display_errors = On
display_startup_errors = On
And debug is set to 1 in EE’s index.php.
Here is some info:
PHP 5.3.5 with Suhosin-Patch (cgi-fcgi) (built: Jan 6 2011 07:17:52)
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
lighttpd/1.4.28 (ssl) - a light and fast webserver
Build-Date: Nov 4 2010 10:42:01
mysqld Ver 5.1.54 for unknown-linux-gnu on x86_64 (Source distribution)
Linux 2.6.35.4-x86_64-linode16 #1 SMP Mon Sep 20 16:03:34 UTC 2010 x86_64 Intel(R) Xeon(R) CPU L5520 @ 2.27GHz GenuineIntel GNU/Linux
Here is phpinfo in a zip file: http://uiu.me/4k.zip
Your help is tremendously appreciated.