2
votes
0answers
52 views

Can't use the built-in wordpress install/upgrade plugin feature

When I try to upgrade or install a plugin I get a successful message: Downloading install package from http://downloads.wordpress.org/plugin/jquery-lightbox-gallery.zip… Unpacking the package… ...
1
vote
1answer
26 views

Do extra plugin files get deleted during an upgrade?

I learned from a previous question that plugin updates are downloaded as a zip file, and WordPress overwrites every file in the plugin folder whether or not that file actually had a change from one ...
2
votes
1answer
26 views

Which files get updated in a plugin update?

When a user updates a plugin from the WordPress admin panel, does every plugin file get overwritten, or just the ones that have changed from the previous version? For example, let's say that a plugin ...
3
votes
5answers
219 views

Plugins won't update when Wordpress says they're updated

In a Wordpress 3.5.1 network, I have six plugins which have updates available: AddThis Follow Widget AddThis Social Bookmarking Widget AddThis Welcome Bar Jetpack by WordPress.com Visual Form ...
3
votes
1answer
116 views

Overwrite textdomain of plugins by default - Lost Translation

Wordpress is awesome, but there is something that is driving me crazy. Whenever a plugin or a theme is updated, all files are deleted and replaced. So if I have custom code or a translation in one ...
0
votes
1answer
31 views

No feedback when installing plugins or updating

I've had this problem for a while now; I hoped that it would go away when I moved to my new host but it hasn't. Whenever I try to install or update a plugin or theme, or even update Wordpress, the ...
1
vote
1answer
23 views

custom changes removed after plugin update

Ok that's something normal, files are being downloaded again and the code changes. What should I do if I don't want some changes to take place? For example a gallery plugin I use recently updated ...
3
votes
1answer
68 views

Remove update messages for deactivated plugins

Is it possible to hide just update messages for deactivated plugins in WP 3.4+?
0
votes
2answers
226 views

Wordpress plugin search does not work and updates are not shown, VPS install

I have configured a VPS running CentOS 6.3 and Plesk 11. The install of a blank version of Wordpress works well. However, I have problems with updating Wordpress and searching for plugins. The two ...
1
vote
1answer
88 views

Wordpress plugin updates / set file as immutable to prevent certain files from changing?

I'm wondering--what is the best way to prevent a file (say, a custom CSS file associated with a plugin) from being overwritten during the update process? Would setting the file's status as immutable ...
1
vote
1answer
52 views

How to update Wordpress plugins to latest using SVN

I can get latest WP using latest.tar.gz http://wordpress.org/latest.tar.gz How to get latest plugins? I checked about svn i need to know when new version is out and in command svn sw put latest link ...
0
votes
1answer
463 views

Jetpack Activation site_inaccessible [Error 400] with Hostgator

I'm getting an error when I try to activate Jetpack in my wordpress. "Your website needs to be publicly accessible to use Jetpack: site_inaccessible Error Details: The Jetpack server was ...
1
vote
1answer
93 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
543 views

Override plugin functions in functions.php

I´d like to override $title = get_bloginfo(); with --> $title = get_bloginfo('siteurl'); Some code from the plugin "Really simple Facebook Twitter share buttons": function really_simple_share ...
6
votes
3answers
328 views

What are the best practices for updating?

Don't want to do anything to take down my blog. Here are some upgrade-related questions: How often should Wordpress be updated? What is the best way to do it? How to know if there is a problem with ...
0
votes
1answer
36 views

After a manual update, themes and plugins that were installed (and still in the directory) are not being seen

The title pretty much says it all. The files and folders for my various themes and plugins are all intact in their proper path location under wp-content, but the WordPress install is not seeing them. ...
0
votes
1answer
39 views

What would make the plugin update process to complete but don't report as such?

This is happening in two sites I've restored using BackupBuddy*. One is single, the other Multisite. .* this may render the question as "too localized", but maybe it could happen with any other ...
1
vote
3answers
89 views

Why users disable the WordPress update?

Users install plugins which disable update reminders. Plugins: disable WordPress Core Updates disable WordPress Plugin Updates disable WordPress Theme Updates Look at the counter of plugins ...
5
votes
3answers
575 views

How to create a Wordpress plugin for another wordpress plugin?

I always do changes on the Wordpress plugins for clients. But these changes are always in danger to be lost if the plugin is updated. Is there is a way to make a plugin for another plugin in ...
1
vote
1answer
53 views

How to create a plugin that notifies for updates?

At this point when I activate a plugin and an update is available it updates the plugin. I like to create a plugin myself that I want to use private, I have several WordPress blogs and if I made an ...
0
votes
3answers
120 views

Trouble After Update, Removing Plugin

I'm editing this site http://www.millermusicproductions.com/ currently and I updated WP 3.0.1 to 3.3.1. After updating, the page now is zoomed in compared to how it had been and I have no idea why. ...
0
votes
2answers
96 views

WordPress Didn't like the site move? [closed]

I have a site that has been dropped on my lap and it currently has some WordPress issues. The site can longer auto update, and complains about paths when I try to update a plugin: Unable to locate ...
0
votes
3answers
547 views

Error when updating plugins by FTP “Unable to locate WordPress Content directory (wp-content).”

I run apache2 on Ubuntu, i'm sure there is a configuration or permission problem causing this. When I attempt to update plugins through the admin control panel, after I enter the FTP login/pass and ...
1
vote
0answers
97 views

Visual editor broken after upgrade [closed]

Yesterday a colleague updated WordPress and a number of plugins on our site. Since then, the visual editor displays the contents of pages and posts as HTML, it is also white, whereby we first thought ...
3
votes
1answer
446 views

A Way to Auto update plugins using cron?

Is there a solution to keep plugins updated with wordpress by auto upgrade them without need to access to the admin panel every time?
2
votes
2answers
108 views

How do I prevent Plugin updates from clobbering user edits?

How can I prevent my plugin updates from clobbering the user edits and file additions in a particular subdirectory of my plugin? I wrote a syntax highlighting plugin that makes use of GeSHi. A sub ...
2
votes
2answers
556 views

All Updated Plugins Disappeared

I had 5 plugins with updates. After updating all of them through the Available Updates tool they disappeared from the Network Plugins page. I received errors like this for all plugins: The plugin ...
2
votes
1answer
141 views

What Triggers a Plugin Update Alert

How does WordPress know a plugin has an available update? Is the process handled by the readme.txt file? I am trying to manage 3rd party plugins that I alter in an effort to better fit/meet the ...
0
votes
2answers
105 views

Can I upgrade plugins via FTP?

I'm having some trouble upgrading my plguins through the Dashboard, If i upgrade plugins manually via FTP, will i lose any info from plugins like statpress and all in one seo?
3
votes
1answer
1k views

Disable update notification for individual plugins

Is there a way to disable update notifications for specific plugins? As a plugin developer, I have some plugins installed on my personal site using the svn trunk version for testing, but the same ...
2
votes
1answer
463 views

what is the correct way to update a plugin via tortoise svn to the repository?

I'm embarrassed to say that I am a bit clueless on the procedure used to update a plugin via tortoise svn even though my plugin has been on the repository for years and had over 300,000 downloads! ...
3
votes
1answer
168 views

plugin wants to update to wrong plugin

I get a "update available" notification for my custom plugin "breadcrumbs trail nav" (not hosted in the official repo). Point is that there's a) no update available and b) it wants to get updated to ...
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. ...
0
votes
2answers
635 views

How to get plugin name from plugin file location

I'm running this code to tell me what plugins need updating: $update_plugins = get_site_transient('update_plugins'); Here is an example return: Array ( [login-lockdown/loginlockdown.php] => ...
3
votes
2answers
376 views

How to notify users of blog updates a la Admin Plugin Update notifications?

What I would like to do is mimic how Wordpress shows an administrator how many new updates there are for installed plugins (a tiny number displayed next to a link). The main difference is that I want ...
2
votes
2answers
673 views

Updating Wordpress - the best approach (updating wp core, plugins and db)

What is the best approach (steps) to update Wordpress when I have to update all of the following: wp core plugins database I came across this post http://codex.wordpress.org/Updating_WordPress ...
1
vote
1answer
582 views

Automatic updates not working/plugins not installing

I am trying to run an automatic update from Wordpress 3.0 to 3.02. However, I get the following error message: "Unable to locate WordPress Root directory. Installation Failed" I also cannot ...
2
votes
1answer
102 views

How to migrate from Mark Jaquith's Subscribe to Comments plugin to Gurken's new version?

Mark Jaquith's Subscribe to Comments plugin has been a staple of my WordPress site since shortly after I launched it. However, it's not really maintained any more (last updated end of 2007) and it ...
2
votes
1answer
2k views

Can't install new plugins because of the error “Could not create directory”

A faculty member is having difficulties with a instructional wordpress install. Fixing individual permission problems has been hit and miss, and have become a perennial pain, so I'll ask here. What ...
6
votes
3answers
429 views

How to create custom message on plugin update

I saw this message today when accessing my plugin page: So, how do I create this if I want to update my own plugins that's hosted on wordpress?
1
vote
2answers
495 views

Why do posts disappear from admin after upgrading from WP 2.7.1 to 3.0.1?

After upgrading from WP 2.7.1 to 3.0.1, many of my posts are not showing in the admin section. I have almost 30 posts, but they're not showing on the post admin page. I created a mirror so I have a ...
5
votes
5answers
4k views

Removing the “Your backup folder MIGHT be visible to the public” Message Generated by the WP-DBManager Plugin

I upgraded a client's WordPress from 2.8 to 3.0.1 and after upgrading I am now receiving this message in the dashboard: Your backup folder MIGHT be visible to the public To correct this ...
13
votes
3answers
2k views

How can I stop WordPress from prompting me to enter FTP information when doing updates?

How can I stop WordPress from prompting me to enter FTP information when doing updates?
39
votes
5answers
2k views

Updates for a private plugin?

If I write a private plugin, is there any way to use the WordPress auto-update mechanism to update it? I want to encapsulate the functionality, but it's specific to my own 5 or so blogs, so it's not ...