Tag Archives: wordpress

WordPress giving maintenance error message

If you have tried to upgrade a WordPress plugin or WordPress itself, and failed. You might have ended up with your blog only returning “Briefly unavailable for scheduled maintenance. Check back in a minute.” error message. The reason for this … Continue reading

Posted in Software, Web | Tagged | Leave a comment

WordPress: Image could not be processed. Please go back and try again.

This is a rather cryptical error message WordPress gives when trying to upload a header image and it fails. The solution is to make sure your server has php(5)-gd installed. Ubuntu: apt-get install php5-gd Red Hat: yum install php-gd

Posted in Linux, Software | Tagged , , | 22 Comments

Getting automatic update of WordPress to work via SSH

Today i noticed that WordPress actually support automatic upgrade via SSH, the problem was that i simply did not get option up at all. After some quick googling, i noticed that i was missing a up2date ssh2 PECL package. So … Continue reading

Posted in Software | Tagged , , | 1 Comment