500 Error On Local Install – Win7/PHP/Apache/MySql
-
Here is my current platform/version info:
WordPress 3.01
Windows 7 (64 bit)
Apache 2.2.16
PHP 5.3.3
MySQL 5.1I’m trying to install a new local instance of WordPress for the first time on Windows 7. PHP code runs fine and I can connect to the database with PHP code. During the installation of WordPress I get a blank white screen after trying to browse to wp-admin/install.php. No errors are logged in Apache, PHP, or MySQL. The Apache access.log shows the following:
“GET /wordpress/wp-admin/install.php HTTP/1.1” 500 –
I’ve attempted this is Firefox and IE8 with the same results. When trying to install without a wp_config.php I am prompted to enter the SQL login details, but the wp_config.php file is never created by the installer – but the white screen is displayed. When using a manually created wp_config.php file, again nothing happens – just the white screen. I’ve attempted to enter bogus SQL login or database info and the installer reacts the same. If however, I enter a bogus database host, the installer detects it as invalid and displays the appropriate error.
Other things that I’ve tried – manually setting permissions on the wordpress directory and increasing the timeout period in the php.ini.
I’m not exactly a newbie, but certainly no expert, so I’m hoping someone can guide me through the next step to troubleshoot/debug exactly where the error is occurring so I can move forward. Any help is greatly appreciated.
- The topic ‘500 Error On Local Install – Win7/PHP/Apache/MySql’ is closed to new replies.