• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Fix : WordPress Plugin Update Not Working

By Abhishek Ghosh June 13, 2017 10:35 pm Updated on June 13, 2017

Fix : WordPress Plugin Update Not Working

Advertisement

This is another common complain – WordPress plugin update not working after upgrading the version, do you have bug? You did something reading from some of us as trick to hide notification & now forgot it. That is very common. Here is how to proceed step by step to fix WordPress plugin update not working issue. Plus we are giving you extra tips for managing plugin updates.

 

WordPress Plugin Update Not Working : Checklist

 

There are many questions to ask you :

  1. Are you hosted on shared server or own VPS/Dedicated/Cloud server?
  2. Do you have the habit of tweaking?
  3. Other things like Themes, Plugins getting updated?
  4. What exactly issue you are facing? Like most plugin is remaining in old version and not notifying, You are facing error while updating plugin etc
  5. Do you use reverse proxy?
Fix WordPress Plugin Update Not Working

 

WordPress Plugin Update Not Working : Step 1

 

First check wp-config.php file for any codes like :

Advertisement

---

Vim
1
2
add_filter( 'allow_minor_auto_core_updates', '__return_true' );
add_filter( 'auto_update_plugin', '__return_true' );

May be you added some codes in that file from here :

Vim
1
https://codex.wordpress.org/Configuring_Automatic_Background_Updates

Make sure that wp-cron.php is not disabled via wp-config.php file.

 

Step 2

 

This is only for VPS/Dedicated/Cloud server. If your FTP root is at /var/www/html, then you should look at the owner and permission of the wp-content and wp-content/plugins directory. We know that you checked many times, still there is nothing wrong to check. If you have vsFTD installed, temporary disable it. Relax security so that port 80, 443 can be easily be reached.

 

Step 3

 

Try these codes on wp-config.php, please change the values of /var/www/html/, username, password, Change.To.Your.Server.IP :

Vim
1
2
3
4
5
6
7
8
9
10
11
define('FS_METHOD','direct');
define('FS_CHMOD_FILE', 0755);
define('FS_CHMOD_DIR', 0755);
// define('FS_METHOD', 'ftpext');
define('FTP_BASE', '/var/www/html/');
define('FTP_CONTENT_DIR', '/var/www/html/wp-content/');
define('FTP_PLUGIN_DIR ', '/var/www/html/wp-content/plugins/');
define('FTP_USER', 'username');
define('FTP_PASS', 'password');
define('FTP_HOST', 'Change.To.Your.Server.IP');
// define('FTP_SSL', false);

define('FS_METHOD', 'ftpext'); is commented out as define('FS_METHOD','direct'); is active. You can uncomment and test. FTP_HOST is important for reverse proxy.

 

Step 4

 

Still not working? Then you have some PHP snippet added via theme’s functions.php file, some plugin which helps to add PHP snippet like our theme functions.php file plugin to add snippet. There can be this kind of one or both lines :

Vim
1
2
remove_action('load-update-core.php','wp_update_plugins');
add_filter('pre_site_transient_update_plugins','__return_null');

remove them or uncomment them.

 

Step 5

 

Still not working? First install this plugin :

Vim
1
https://wordpress.org/plugins/wp-rollback/

Then this plugin :

Vim
1
https://de.wordpress.org/plugins/wp-updates-notifier/

If you are not getting email for update, troubleshoot it. If you are receiving emails of plugin update but you can not update plugins then install this plugin :

Vim
1
https://wordpress.org/plugins/companion-auto-update/

 

Step 6

 

Still not working? Check any tight security. On a different host install a fresh WordPress and temporarily move site (only change files like wp-config.php, things inside wp-content directory etc. Do not change – wp-admin, wp-includes of fresh installation).

 

Step 7

 

Still not working? Within 6th steps your issue should get fixed. Now if still there is issue, of course there is reason of unknown. Reasons can be missing PHP package to problem with corrupted MySQL database. You should take the matter seriously, ask on WordPress forum, StackExchange.

Tagged With background updates are not working as expected wordpress , wordpress background updates not working , wordpress update not working , wordpress updates not working
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Fix : WordPress Plugin Update Not Working

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud

    Here is a Step by Step Guide on Setting Up WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud with All Commands and the Configuration.

  • Arduino Basic Piano For Children (Pushbutton & Buzzer)

    Here is Arduino Basic Piano For Children With Pushbutton & Buzzer as Components. In Early ’90s Technology Was Limited and Worldwide there Were Few Electronic Toys.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy