Under Zencart solve cache delete cache directory
Under Zencart solve cache delete cache directory
First need to have shell access,If the current directory is abc.com,To delete cached files in the directory qzyfl.com/cache
find ./cache ‘*’ -exec rm {} \;
There are many websites if you are under the space or vps,To delete cached files in the cache for all sites
find */cache/ -name ‘*’ -exec rm {} \;
If the commands above error message appears: rm: cannot remove `XXXXXXX/cache/’: Is a directory,Do not worry just prompt you for the cache file folder could not be deleted.
But you have to delete the cache file has been deleted.