HTTP Error 500 following Theme install
-
I recently installed WordPress with Ubuntu (on Apache) following the install info on this link: ubuntu server guide. This installs WordPress in the root of the site in a /wordpress/ folder. An .htaccess file is included with the install inside the wordpress folder.
WordPress was installed and I added Maintenance Mode plugin and activated it. I next attempted to add a theme via upload but this failed several times until I hit on the right combination of Media settings. I changed permalinks to one that listed category and postname /%category%/%postname%/ as a custom structure. I’ve installed this theme on other test sites and it’s never caused a problem.
While Googling on the error I discovered that the error could be caused by a conflict of theme and plugin, so I tried deleting the theme. No improvement. Then I tried renaming the plugins folder. The one plugin I added stopped working but no change in the site.
My company is the web host so while I have access to servers and error logs, I don’t have much internal support on interpreting the information. Here is an example of an item on the Error Log:
[23/May/2013:13:49:31 -0400] "GET /wordpress/wp-admin/ HTTP/1.1" 500 432 "http://mydomainname/wordpress/"The .htaccess file comes preconfigured with the install. I’ve added the permalinks info to it and have tried moving it from inside the /wordpress folder to outside in root. There does not seem to be anything that helps here.
Is there anything I could try?
The topic ‘HTTP Error 500 following Theme install’ is closed to new replies.