Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts

WordPress automatic update doesn’t work – solution

Posted by jriordon on February 20th, 2009

If you are using WordPress 2.7 you will get the notice that you should run the automatic updater to update WordPress to version 2.7.1. If like me, you click update and only get the new WordPress 2.7.1 to download, and then nothing, and if you are on 1and1, here is the solution:

You must be on php5 to run the updater. As I have mentioned before, you can push 1and1 sites to be on php5 simply by adding this line to the .htaccess file in the root of your site:

CODE:
  1. AddType x-mapp-php5 .php

This tip thanks to the wordpress support forums.



Reader Comments

Hi

Thank you for your information, as since last couple of day’s I too am facing with the same problem, But now I got it.

hey, thanks for this. i’ve been experiencing this for the past few days now. luckily my friend told me to read your site. thanks a lot.

Thanks for posting this! I have been unable to upgrade in previous versions and your instructions were exactly what I needed.

Great tip! I recently switched from HostGator to 1&1 and this solved my problem with WordPress not automatically updating.

Thanks! Worked like magic!

Brill… Thanks for that. I was having a problem going from 2.8 to 2.8.1.
I didn’t even have a .htaccess file, but just creating one in the root and adding the AddType line did the trick :-)

Worked just like it should have, thanks.