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/ezpublish; ./bin/php/ezcache.php --clear-all --purge;
Cheers,Heath
Brookins Consulting | http://brookinsconsulting.com/ Certified | http://auth.ez.no/certification/verify/380350 Solutions | http://projects.ez.no/users/community/brookins_consulting eZpedia community documentation project | http://ezpedia.org
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 eZ Publish installed for your website.
# cd /web/pro/ezpublish/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>