Fixing Wordpress Error 500
Posted by Alberto - 10/12/09 at 09:12:17 pmAfter this, I’ve learned that its convenient to deactivate all your plugins before updating to the last version of Wordpress. Im not sure when I did the last update, but it seems this blog have been offline since then.
This morning I tried to read an article of the blog, and I got an “Error 500″ message. First of all, I checked that my Wordpress was working, because I could access to my dashboard. Next step: deactivate all the plugins. But it didnt work. So lets take a look into the Apache log. What I found was:
SoftException in Application.cpp:252: File “/home/xxxxx/public_html/blog/index.php” is writeable by group
Thats it: a permissions problem. So I used Cyberduck (but you can use any other FTP application) to fix it. Delete the “write” permissions of Group and Others:

Note: be sure to apply this to all your files and directories. In my case, as you can see in the image, I used the option “Apply changes recursively”. Your FTP application should have the option to do something like this.
Fixing Wordpress Error 406
Posted by Alberto - 14/05/09 at 09:05:06 pmLet me guess: you are trying to edit posts or pages in your Wordpress blog and you got “Error 406, Not Acceptable. An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server”. Ok, dont panic, lets fix it.
In the root directory of your Wordpress installation, you should have a file called “.htaccess”. You have to edit this file, adding the following line:
SecFilterEngine off
With this single line, your blog will work perfectly.
Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds.
Valid XHTML and CSS.


