Koozali.org: home of the SME Server

Howto update Wordpress core / plugins

Offline EdelingF

  • *****
  • 215
  • +0/-0
Howto update Wordpress core / plugins
« on: August 01, 2009, 10:53:58 AM »
I've installed several Wordpress-blogs in /opt with SiteMaker. Every time some plugin is updated, it costs me a lot of time updating them manually.
In Wordpress you have the ability to 'automaticly' update the core or plugins by using FTP.
But I can't seem to make it work.
I activated FTP-access in ServerManager, filled in the root name and password, which is denied.
If I fill in the administrator name and password I get : Can't localize the WordPress contentmap (wp-content).
Has anyone any experience with Wordpress on SME 7.4 and FTP-access?

...

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Howto update Wordpress core / plugins
« Reply #1 on: August 01, 2009, 11:50:11 PM »
I've installed several Wordpress-blogs in /opt with SiteMaker. Every time some plugin is updated, it costs me a lot of time updating them manually.
In Wordpress you have the ability to 'automaticly' update the core or plugins by using FTP.
But I can't seem to make it work.
I activated FTP-access in ServerManager, filled in the root name and password, which is denied.
If I fill in the administrator name and password I get : Can't localize the WordPress contentmap (wp-content).
Has anyone any experience with Wordpress on SME 7.4 and FTP-access?
My guess is it will try and write the temporay copy to the /tmp folder and apart from that there most likely are some permission errors and PHPBaseDir restrictions you are running into, the log files should tell you what problems you are hitting, most likely /var/log/httpd/error_log and /var/log/httpd/access_log and perhaps /var/log/messages.

But far easier, log in as root download a copy and follow the update instructions on the wordpress site which are almost linked from your blogs admin page AFAIK.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline EdelingF

  • *****
  • 215
  • +0/-0
Re: Howto update Wordpress core / plugins
« Reply #2 on: August 02, 2009, 01:50:38 PM »
So what you mean is that securitywise it's better to just upgrade the old way than to change permissions on SME to make automatic upgrading work?

I saw in the log-files that someone was trying to find acces to one of my sites, trying to locate PHPadmin. That woke me up........
...