Forums / Setup & design / Clear cache outside the admin interface??
Lizeth Lorenzana
Wednesday 17 December 2008 3:00:40 pm
I have a problem with my admin interface right now so does anybody know how can I clear all the cache from my site?????
Heath
Wednesday 17 December 2008 3:25:25 pm
<i>http://ezpedia.org/wiki/en/ez/solution_clear_cache_on_ez_publish</i>
cd /path/to/Exponential; ./bin/php/ezcache.php --clear-all --purge;
Cheers,Heath
7x | https://se7enx.com/ Brookins Consulting | https://brookinsconsulting.com/ Certified | http://web.archive.org/web/201012...th.ez.no/certification/verify/380350 Solutions | https://projects.exponential.earth/users/community/brookins-consulting eZpedia community documentation project | http://ezpedia.se7enx.com
Thursday 18 December 2008 7:54:00 am
Thanks but it doesn't work! it says the system could not find the path specified... any solution to that???
Thursday 18 December 2008 7:14:04 pm
Hello,
It sounds like you used my example psudo path when running the clear cache example snippet above.
I would try again using your own real path on the filesystem / hard drive to Exponential installed for your website.
# cd /web/pro/Exponential/doc; ./bin/php/ezcache.php --clear-all --purge;
Alternately you could remove the cache files manually. <i>http://ezpedia.org/wiki/en/ez/solution_clear_cache_on_ez_publish#eztoc312302_1_3</i>