• 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 » WordPress W3TC Plugin Disable : For WP Update

By Abhishek Ghosh September 18, 2015 7:42 am Updated on September 18, 2015

WordPress W3TC Plugin Disable : For WP Update

Advertisement

Disable W3TC Plugin for Nginx PHP5-FPM with Database Caching ON. Here is an easy guide to WordPress W3TC Plugin Disable on a specific common scenario from SSH. However, from the next time, you must disable the W3TC Plugin before hitting the update button. The method is not so easy that you can perform on regular basis – we are writing for Emergency Escape.

 

WordPress W3TC Plugin Disable : Database Update Required Message With PHP5-FPM Error

 

You hit the WordPress update button forgetting that WordPress W3TC Plugin has not been disabled. Update screen may get stuck with no information. From another window, you tried to navigate towards any webpage of your website where WordPress Admin privilege is needed, you will get “Database Update Required” message. This Database Update Required is an infamous message in most cases. When you’ll try to hit the button of Database Update Required Message Window, PHP-FPM will fail.

Front-end of WordPress will serve either pages from W3TC cache or from Nginx Micro-cache. Website will not be disturbed at the front-end.

Advertisement

---

WordPress W3TC Plugin Disable - For WP Update

 

WordPress W3TC Plugin Disable : Steps

 

Nginx with Micro-cache needs no configuration nginx.conf or default.conf file. You only need to Edit few files temporarily to force WordPress not to load the plugin, thats it.

SSH as root user, then go to the public directory like /usr/share/nginx/html, then open the wp-config.php file :

Vim
1
2
cd /usr/share/nginx/html
nano wp-config.php

Comment-out these two lines :

Vim
1
2
3
4
...
define('WP_CACHE', true); // Added by W3 Total Cache
...
define('W3TC_EDGE_MODE', true); // Added by W3 Total Cache

like this :

Vim
1
2
3
4
...
// define('WP_CACHE', true); // Added by W3 Total Cache
...
// define('W3TC_EDGE_MODE', true); // Added by W3 Total Cache

Use ^ + W in nano to find the lines. save the file. Now, go to wp-content/plugins directory and rename the plugin directory :

/usr/share/nginx/html/wp-content/plugins
Vim
1
mv w3-total-cache w3-total-cache-disabled

Now, go to wp-content/ directory and rename the files :

/usr/share/nginx/html/wp-content/
Vim
1
2
3
mv advanced-cache.php advanced-cache-disabled
mv db.php db-disabled
mv advanced-cache.php advanced-cache-disabled

Now everything needed is Done. W3TC Plugin has been disabled to load. Try to hit the button of Database Update Required Message Window, it will smoothly take update.

 

WordPress W3TC Plugin Disable : Reverse the Steps

 

Obviously, you need to reverse the actions from SSH. You were at wp-content/ directory, start from there :

/usr/share/nginx/html/wp-content/
Vim
1
2
3
mv advanced-cache-disabled advanced-cache.php
mv db-disabled db.php
mv advanced-cache-disabled advanced-cache.php

Next, go to wp-content/plugins directory and rename the plugin directory :

/usr/share/nginx/html/wp-content/plugins
Vim
1
mv w3-total-cache-disabled w3-total-cache

Next, go to root of public directory and edit wp-config.php back to :

Vim
1
2
3
4
...
define('WP_CACHE', true); // Added by W3 Total Cache
...
define('W3TC_EDGE_MODE', true); // Added by W3 Total Cache

Save the file. You’ll see Performance menu of W3TC Plugin is now available from WordPress Admin menu.

Tagged With W3TC Plugin abschalten
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 WordPress W3TC Plugin Disable : For WP Update

  • 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 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.

  • Fix WordPress 4.7 Upgrade Failed : Nginx+PHP7+HTTPS+Genesis+W3TC

    Auto Update Likely to Break Website.Our Step by Step Guide To Fix WordPress 4.7 Upgrade Failed With Nginx, HTTPS, Genesis, W3 Total Cache.

  • Nginx WordPress Configuration Sample File

    Here is Ready to Use Nginx Wordpress Configuration Sample File Which Can Used With Either Community Edition of Nginx or Nginx Plus & PHP5-FPM.

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