Quantcast
Channel: WordPress.org Forums » [W3 Total Cache] Support
Viewing all articles
Browse latest Browse all 19300

Sean Donovan on "[Plugin: W3 Total Cache] Cache not clearing. Get white screen instead"

$
0
0

Lol, that won't work because there are way too many file to clear the cache which times out PHP...

I've been clearing the cache via an SSH bash script:

#!/bin/bash
echo "Running clear command"
rm -rf /home/<complete directory to your blog/>/blog/wp-content/cache/*
echo "Cleared"

and replace "<complete directory to your blog>" with the exact directory, i.e. /home/myusername/http/wp-content/cache/*

Few shared hosts give you access to the command line though.

(FYI - Running a bash script via PHP, although possible, will likely fail too)

GL.


Viewing all articles
Browse latest Browse all 19300

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>