Plugin Author
AITpro
(@aitpro)
The problem may be in the /wp-content w3tc folders. Maybe corrupt cache or a corrupt config file so at this point you will need to strip out everything that is related to w3tc and do a new installation.
Plugin Author
AITpro
(@aitpro)
Actually try manually deleting w3tc cache files first before stripping w3tc out.
Do you know which ones are the cache files?
Plugin Author
AITpro
(@aitpro)
Nope, not really sure, but oviously they will be somewhere under /wp-content/w3tc or maybe /wp-content/cache. I think the cache files are .html files.
Plugin Author
AITpro
(@aitpro)
Found this site with step by step removal here.
tech-recipes.com/rx/36504/wordpress-manual-uninstall-of-w3-total-cache/
I can find the following files in w3tc folder, but all are php:
– WP-content/Plugins/w3-total-cache/inc/options/browsercache.php
– WP-content/Plugins/w3-total-cache/inc/options/dbcache.php
– WP-content/Plugins/w3-total-cache/inc/options/objectcache.php
– WP-content/Plugins/w3-total-cache/inc/options/pgcache.php
– WP-content/Plugins/w3-total-cache/inc/options/PRO/fragmentcache.php
– WP-content/Plugins/w3-total-cache/ini/memcache.ini
– WP-content/Plugins/w3-total-cache/ini/xcache.ini
– WP-content/Plugins/w3-total-cache/lib/minify/cache/memcache.php
– WP-content/Plugins/w3-total-cache/lib/minify/cache/wincache.php
– WP-content/Plugins/w3-total-cache/lib/minify/cache/xcache.php
– WP-content/Plugins/w3-total-cache/lib/W3/cache/memcached.php
– WP-content/Plugins/w3-total-cache/lib/W3/cache/wincache.php
– WP-content/Plugins/w3-total-cache/lib/W3/cache/xcache.php
– WP-content/Plugins/w3-total-cache/lib/W3/plugin/objectcache.php
– WP-content/Plugins/w3-total-cache/lib/W3/plugin/pagecache.php
– WP-content/Plugins/w3-total-cache/lib/W3/plugin/totalcache.php
– WP-content/Plugins/w3-total-cache/lib/W3/PRO/fragmentcache.php
– WP-content/Plugins/w3-total-cache/lib/W3/cache.php
– WP-content/Plugins/w3-total-cache/lib/W3/cacheflush.php
– WP-content/Plugins/w3-total-cache/lib/W3/dbcache.php
– WP-content/Plugins/w3-total-cache/wp-content/advancedcache.php
– WP-content/Plugins/w3-total-cache/wp-content/objectcache.php
In WP-content/Cache are:
WP-content/cache/index.html
WP-content/cache/config/index.html
WP-content/cache/minify/000000/index.html
Plugin Author
AITpro
(@aitpro)
The cache files will be under the /wp-content root folder and not in the /plugins folder. try deleting all the files you see in the /cache folder and if you see this folder then delete it /wp-content/w3tc/
Plugin Author
AITpro
(@aitpro)
FYI – i’m making logical guesses since I am not a w3tc plugin expert.
Ok, i followed the steps from the article in the link, but point 9 says: “9. You can remove the cached files by deleting all the files and directories in the w3tc directory under wp-content.”
All i have in WP-content is a “w3tc-config” folder and “W3-total-cache-config.php” and “W3-total-cache-config-preview.php”
Should i delete the folder and the two php files?
Plugin Author
AITpro
(@aitpro)
Probably smart to make a backup of those files first before deleting them just in case. Once again not an expert with w3tc. 😉
Plugin Author
AITpro
(@aitpro)
deleted those files and W3TC seems to be gone. Should i try re-installing W3TC or create a new secure htaccess file in BPS first?
Not sure if it was minifying. W3TC broke when i tried to change some settings and my root htaccess file was manually locked to stop my host resetting it – as i was constantly getting the not protected by BPS message.
Usually i just get an error if i forget to unlock it and then i can manually unlock and then any updates done are fine. Was strange that the new version of W3TC messed up as it wasn’t able to write to the htaccess file.
Plugin Author
AITpro
(@aitpro)
Yep, first ensure that there is not an issue with BPS .htaccess code. Click the Create secure.htaccess file Automagic button and activate root folder BulletProof Mode.
Regarding w3tc it may just simply be that whatever w3tc settings you chose do not work on your website/server. I don’t know anything about w3tc settings so the person to ask about that would be the w3tc plugin author – Frederick Townes.
The BPS .htaccess code was all created fine and i’ve re-installed W3TC, which seems to be playing nicely. It hasn’t my saved my previous settings so will contact Frederick and see if they were saved in one of the config files we backed up, but maybe a clean installation is best.
Thanks for all your help, is truly appreciated.