Single Click Plugin Updater WordPress Plugin
This plugin extends the plugin update notification feature introduced in WordPress 2.3 by adding an “update automatically” link to update notifications. When you click the link, the new version of the corresponding plugin is downloaded and installed automatically. It also lets you know which plugins have update notifications enabled.
Update 06.04.2008 : Version 2.0.1 with much more features is out. More info here.
Download it now! (37 Kb)
How It Works (In Detail)
To be able to display the new link this plugin will hide the original update notification and display a slightly modified one. Here’s what happens when you click the “update automatically” link :
- If the plugin that needs to be updated is active, it is deactivated.
- The Plugin Updater retrieves the plugin’s page from Wordpress.org and finds the download link.
- The new version is downloaded and extracted to the wp-content/plugins directory (this directory must be writable by the Updater plugin).
- If necessary, the updated plugin is re-activated.
All this happens in the background, so if everything works OK you’ll end up back at the “Plugins” tab. If there are any errors the plugin will display an error message and abort the upgrade.
Requirements
- WordPress 2.3 or newer.
- CURL library installed or allow_url_fopen enabled in php.ini. If you don’t know what that means, don’t worry - at least one of these is available on most webservers by default.
- The /plugins directory must be writable by WordPress. The exact file permissions depend on the server configuration. Read more about file permissions. 666 or 755 may be sufficient, and 777 will always work, though this is not recommended due to security risks.
The plugin has been tested and works under Firefox 2.x, Opera 9.x and, as of version 1.0.5, Internet Explorer.
Installation
To install the plugin, please follow these steps:
- Download the one-click-plugin-updater.zip file (below) to your computer.
- Unzip the file.
- Upload “one-click-plugin-updater” folder to the “/wp-content/plugins/” directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
That’s it.
Download
one-click-plugin-updater.zip (40 Kb)

August 8th, 2008 at 11:27 pm
I seem to keep getting the same message:
Can’t create a temporary file ‘/var/tmp/PLGVUPqpR’.
The full installation log is below :
Plugin directory is ‘/f1/content/tictechtoe/public/wp-content/plugins/’
Checking to see if /f1/content/tictechtoe/public/wp-content/plugins/ is writable.
Okay.
Nonce verification passed.
About to upgrade 1 plugins.
Upgrading ’stats/stats.php’, download URL is ‘http://downloads.wordpress.org/plugin/stats.1.3.2.zip’.
The plugin that needs to be upgraded is not active. Good.
Downloading ‘http://downloads.wordpress.org/plugin/stats.1.3.2.zip’…
Downloaded 229591 bytes.
Will save the new version archive (zip) to a temporary file ”.
Warning: couldn’t create a temporary file at ”.
Using alternate temporary file ‘/var/tmp/PLGVUPqpR’.
Error: couldn’t create a temporary file ‘/var/tmp/PLGVUPqpR’.
Main loop finished.
That temp directory just doesn’t exist on the server, maybe I’m just missing a setting or something? Please help, and sorry for sounding like a noob.
August 8th, 2008 at 1:14 pm
@Mirco - Unfortunately this “error 500″ is a very generic, non-descriptive and fairly rare error. It’s nigh impossible to tell why it happens unless you do some heavy research.
From what I’ve found after googling wordpress plugins & error 500, it appears that this error is usually caused either by an incorrect .htaccess file or by file permissions.
Take a look at what permissions the actual one-click-plugin-updater files have. I can’t say what, exactly, they need to be, but they should have the same permissions as other plugin’s files. For example, if you have Akismet working and akismet.php is 755, then all .php files in the one-click-plugin-updater directory should also have 755 permissions.
If that doesn’t help then .htacess would be the next thing to look at.
August 8th, 2008 at 12:55 pm
I get an Error 500 from my server, when trying to update plugins after installing the new one click version. I checked the permissions in my plugin folder and its set to 755, so it should work according to the manual. After that i check for the libcurl library and it’s also running on the server.
August 8th, 2008 at 2:22 am
@Donal - In that case I’m out of ideas.
August 8th, 2008 at 2:14 am
@White Shadow -
I replaced that file and got the same result I’m afraid.
August 8th, 2008 at 12:34 am
@Donal - I think this is caused by the change in the zip library… both plugins use essentially the same library, but OneClick Installer uses an older version, and my plugin uses the newer version that comes with WordPress itself.
You can check if this is really the cause by replacing pclzip.lib.php in the plugins folder with the one from this archive. If it starts working OK after that then we’ll know it’s the ZIP library.
August 8th, 2008 at 12:20 am
I am having the same problem as Efe (comment 238) and had to deactivate the plugin. It only started happening when One Click Installer was upgraded and changed to One Click Plugin Updater.
August 7th, 2008 at 1:09 pm
@Troy Dean - This most likely means the plugin doesn’t have write access to your “wp-content/plugins” folder. Depending on your server configuration you may need to chmod it to 755 or 777 (does that make sense?
).
August 7th, 2008 at 1:03 pm
@Jeremy - You can find something similar in the WordPress Repository - the revision log and this page have some of my comments.
August 7th, 2008 at 12:59 pm
Whenever I attempt to update a plugin using WP 2.5 and PHP 5 I get the following error message:
Any clues?
If I can get this to work I’ll save myself a heap of time. Any assistance much appreciated.
TWarning: file_put_contents(/home/aclass/public_html/wp-content/plugins/akismet/akismet.gif) [function.file-put-contents]: failed to open stream: Permission denied in /home/aclass/public_html/wp-content/plugins/one-click-plugin-updater/oneclick-plugin-updater.php on line 1047
Can’t create file akismet/akismet.gif in /home/aclass/public_html/wp-content/plugins/!
Main loop finished.
Can’t create file ‘akismet/akismet.gif’ in ‘/home/aclass/public_html/wp-content/plugins/’
The full installation log is below :
Error reporting set to E_ALL.
Plugin directory is ‘/home/aclass/public_html/wp-content/plugins/’
Checking to see if /home/aclass/public_html/wp-content/plugins/ is writable.
Okay.
Nonce verification passed.
About to upgrade 1 plugins.
Upgrading ‘akismet/akismet.php’, download URL is ‘http://downloads.wordpress.org/plugin/akismet.zip’.
The plugin that needs to be upgraded is not active. Good.
Downloading ‘http://downloads.wordpress.org/plugin/akismet.zip’…
Downloaded 12606 bytes.
Will save the new version archive (zip) to a temporary file ‘/tmp/PLGh1IfAw’.
About to extract ‘/tmp/PLGh1IfAw’.
Extracting files from /tmp/PLGh1IfAw…
So far, the type is set to ‘plugin’.
Need to load PclZip.
gzopen() found, will use PclZip.
Starting extraction to folder ‘/home/aclass/public_html/wp-content/plugins/’.
Extracting akismet/akismet.gif
Can’t create file akismet/akismet.gif in /home/aclass/public_html/wp-content/plugins/!
Main loop finished.
August 7th, 2008 at 12:49 pm
Hi White Shadow,
Are there any release notes for this plugin that I can read? I’m always curious to know what’s changed from version to version with WP plugins! But I can’t find any for yours here or on the WordPress Extend page.
Cheers,
Jeremy
August 6th, 2008 at 1:39 pm
[...] One Click Plugin Updater är ett WordPress-tillägg som låter dej installera, uppdatera och radera tillägg och teman innan du hinner säga “Detta tillägget uppdaterar mina inlägg supersnabbt”… Jag använder det själv! [...]
August 4th, 2008 at 6:09 pm
@Jeremy - Yes, plugins hosted on wordpress.org will have update notifications. However, verifying this for each plugin separately would be very inefficient, so I’m not using that method.
You can’t turn the bars off in the current version, but you can always delete the image files from the plugin folder if you don’t want to see them… Maybe I’ll add the option in a new version.
August 4th, 2008 at 12:29 pm
@White Shadow - would it not be correct to say that any plugin hosted at http://wordpress.org/extend/plugins/ supports Update Notifications, and any plugin not hosted there does not? Is your plugin able to tell if a plugin is hosted there or not?
Another question: is it possible to completely turn off the gold/grey bars from the Plugins page, if I don’t want to see them at all? I can’t see anything on the options page about that. Perhaps a future version of your plugin can allow this?
Thanks again,
Jeremy
August 3rd, 2008 at 9:08 pm
@Jeremy - I’m aware of this problem. It happens because there is no “official” way to find out if a plugin can get update notifications. So I use a hack, which is unreliable. It will remain this way until wordpress.org implement it in their API.
August 3rd, 2008 at 7:55 pm
@White Shadow - thanks for the explanation! I had no idea the individual “upgrade automatically” links used your plugin’s algorithm - that’s good to know!
One other question: every single one of my plugins is hosted on http://wordpress.org/extend/plugins/, yet with your plugin installed, only some of the other plugins show the gold bar to indicate they have Update Notifications enabled. The rest have the grey bar. Why is that? I thought every plugin hosted on the Extend site had Update Notifications enabled?
In fact sometimes a plugin with a grey bar beside it will still have a new version notification displayed on the Plugins page, and your plugin will show “There is a new version of XYZ available” etc. This has happened to me just today actually. So clearly your plugin is doing the check for all these other plugins, to see which ones are available for updating, but it only shows the gold bar for a few of them. Any idea why that is? Is it a bug perhaps?
Cheers,
Jeremy
August 1st, 2008 at 11:15 am
[...] One Click Plugin Updater [...]
July 31st, 2008 at 7:30 pm
@Jeremy - You can update plugins selectively if you go to the “Plugins” page and use the individual “upgrade automatically” links below each plugin. When my plugin is activated those links will use my update algorithm by default, not the WP built-in one. So they should work on your server
July 31st, 2008 at 7:07 pm
Hi, I’ve recently installed this plugin and I must say it’s great! Previously I was using the “Global Plugin Update Notice” plugin from http://wordpress.org/extend/plugins/global-plugin-update-notice/ which would show me when a plugin had a new version available, but didn’t have its own method of updating the plugin like your one does. Yours is better coz it actually works when I click the update button (well, most of the time anyway).
One thing that I think is missing from your plugin though, which the GPUN plugin did: when more than one plugin is available for updating, it would be great if your plugin would provide a separate “update” button for each plugin, rather than an “update all” button. Because I might want to just update one of the plugins (using your plugin’s built-in update method) but not update all of them. Currently I can’t selectively do that using your plugin - it’s basically all or nothing.
I don’t want to rely on WordPress’s own update method, coz for some reason that doesn’t work on my server.
What do you think about adding this feature sometime? You can check out the GPUN plugin if you want an idea of what I mean.
In any case, your plugin still rocks, so thanks for that!
Cheers,
Jeremy
July 30th, 2008 at 11:08 pm
@efe - actually I have no idea why some people seem to have problems with PclZip (which is the case in your example). I’d be happy to help but I don’t know how.
July 30th, 2008 at 10:48 pm
pls l have this errror when l want to use this plugin. pls what do l do? pls give me step by step how to correct it from scratch. lam using version 2.2.9
Will save the new version archive (zip) to a temporary file ‘/tmp/PLGWpTIYb’.
About to extract ‘/tmp/PLGWpTIYb’.
Extracting files from /tmp/PLGWpTIYb…
So far, the type is set to ‘theme’.
Need to load PclZip.
gzopen() found, will use PclZip.
PclZip failed!
PclZip says : ‘PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature’
July 28th, 2008 at 5:01 pm
@Grant Barrett - Thanks for letting me know. Fixed.
July 28th, 2008 at 3:36 pm
There’s a cosmetic issue caused by a conflict between WP Super Cache 0.6.5 and One Click Plugin Updater 2.2.8.
Any time there is a plugin that needs to be updated, OCPU always says that the name of the plugin is WP Super Cache, even though it places the little alert underneath the correct plugin and even though the updates work just fine. If there’s more than one plugin needing to be updated, then the alerts all say WP Super Cache Here’s a screen grab:
http://www.waywordradio.org/wp-supercache-conflict.jpg
July 27th, 2008 at 1:51 pm
Well, I don’t know. You could hack the plugin to use unzip instead of PclZip if you want - edit the line 831 :
function extractFile( $zipfile, $type='autodetect', $target = '', $use_pclzip=true
Change "true" to "false" :
function extractFile($zipfile, $type='autodetect', $target = '', $use_pclzip=false
Might help.
July 27th, 2008 at 11:41 am
I ‘ve already use the latest version !
July 26th, 2008 at 7:52 pm
@billyduc - It looks like PclZip doesn’t work on your server… Do you have the latest version of the plugin (2.2.8)? Some older versions had this problem with PclZip.
July 26th, 2008 at 7:18 pm
HI white Shadow…Your Plugin is great..It ’s help me save time very much…
But I have the problem when click to UPGRADE ALL or AUTOMATIC UPGRADE….
It return me an error…I followed your installation instruction…and have already chmod to 777…you may see my picture http://depchai1vung.googlepages.com/InstallerError.png
July 25th, 2008 at 5:12 pm
This is a great plug in
July 24th, 2008 at 8:24 pm
@Patrick Curl - The plugin doesn’t intentionally change the file owner, but any files it creates (and possibly files it overwrites, too) will be owned by the same user account under which the webserver/PHP engine are running. There’s nothing I can do about this - it depends entirely on your server configuration. most likely the problem was caused by a configuration change, too.
July 24th, 2008 at 8:03 pm
I love this plugin, but over the past few weeks it has been messing things up a bit - since the 2.6 change in wordpress.
Apparently it is changing the ownership of the files it updates, and the only way I can change them back is to contact my host’s customer support which is extremely lousy to begin with…
Is there a way to keep the plugin from changing the user?