![]() |
Wordpress "ERROR 500-Internal..." on Debian Lenny ISPC3
Hello everyone =)
Been trying to play around with WordPress for about a week now and have had some serious issues getting it to install. I have tried: - downloading the tar.gz file and manually installing it using PHPMYADMIN and configuring the wp_config.php file - using apt-get install wordpress, then moving files and configuring from that point. I always get the same error, "ERROR 500 - Internal Server Error" - I have ensured that the Database username and password was correct (did it 10 times between different setups to ensure this). - I have ensured PHP was enabled on the site I am installing it on. - I have tried creating the database in ISPC3 control panel, and using PHPMYADMIN for privileges etc... - When I look into the subdirectory of my site that has the Wordpress files (www.mydomain.com/forums) i get the same error, but when I place a txt file in that folder, i can access it from the web with no problem. Any ideas? I will post any log that you request. Thanks in advance for the help! |
Any errors in Apache's error log?
|
Here is the Apache log file found at /var/log/apache2/error.log
Code:
Sun Apr 04 06:25:03 2010] [notice] Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g configured -- resu$ |
any clue? Im trying to figure it out still - this is now week 2!
|
Hi KZeeSoft,
try to set the "AllowOverride" directive to "All" in the virtual host or remove the .htaccess file from the wordpress directory. |
Tried doing that fix in the vhost file for the site, removed .htaccess, still nothing. I replaced the .htaccess and still nothing.
I want to make it clear that I can't get the install.php file to work, that is where I get the 500 error. adding a .txt file to the directory worked fine, but the install.php file will not run. |
Who is the owner from the wp dir? and which rights has it's content? ls -l /path/to/wordpress/
Edited. |
You looked into the wrong error log. Please look into the error log of the website ´which is in the log directory of the website and not the global error log. You will find the error message for your 500er error there.
Please do not do the chmod 777 as this might mess up your ispconfig setup. |
Here is the error.log I think you are looking for. These entries relate to the error, and seem to repeat. We are on the right track it seems.
Any suggestions? Code:
[Mon Apr 05 16:30:06 2010] [error] [client 208.115.138.254] Premature end of script headers: install.php |
You use a option in the .htaccess (Indexes) which is not allowd by the allowoverride setting of your system. So there are two options to solve this:
a) Remove the "Indexes" directive from the .htaccess file, as it is not nescessary on a ispconfig system. or b) Set allow override to "All" on the options tab of the website settings in ispconfig. |
| All times are GMT +2. The time now is 14:01. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.