0
votes
1answer
42 views

Update a WordPress website FROM Twitter or Facebook

I'm looking for a way to update a wordpress website when I post something to a specific twitter or facebook account. Is it possible? Is there any plugin that do this? I find only plugins that do the ...
1
vote
1answer
94 views

How to implement WordPress plugin update that modifies the database?

I develop a WordPress plugin, which has several database tables of its own. The plugin creates these tables when activated, and removes them when deleted/uninstalled. I have to implement an update ...
1
vote
1answer
172 views

Restored Wordpress on new Server - Can't auto-update plugins

I have installed a new Ubuntu server and have set everything up for Wordpress. I have also extracted mySite directory in the /var/www/ and did a mysql -u mysqlusername -p databasename < ...
1
vote
1answer
1k views

Plugins won't auto-update on IIS

Using IIS 6 on XP Server '03, using WP 3.2.1, when I attempt to use the auto-update for my plugins, I receive this message: The update process is starting. This process may take a while on some ...
0
votes
2answers
53 views

Determining Whether Automatic Upgrade will Fail?

I've been traumatized by the automatic upgrade in the past, and am fearful to ever try it again. It seems that there's no transaction logic, and when it fails, it leaves everything broken. Is there ...
3
votes
2answers
1k views

Update plugin from personal API

I'm developing a wordpress plugin at the moment which I do not want in the Wordpress plugin repository. However I still want to be able to push updates to my costumers from my own API repository. ...