Forums / Install & configuration / Out of diskspace - how to remove cache manually?
Thomas Eriksen
Sunday 05 October 2008 1:06:54 pm
Hi,
* Disk limit is currently set to 100Mb* Seems like I ran out of diskspace which gave the cache some problems.
Now I get this: -- Parse error: syntax error, unexpected $end in ....../www/ezpublish-4.0.1/var/ezflow_site/cache/template/compiled/login-4eee23e95b2276156a5dd1e14013f9d8.php on line 319 Fatal error: eZ Publish did not finish its request The execution of eZ Publish was abruptly ended, the debug output is present below.--
Tried to remove "...cache/template/compiled" without luck.
Thanks!
Thomas
zurgutt -
Sunday 05 October 2008 1:26:24 pm
php bin/php/ezcache.php --clear-all --purge
Or if you dont have shell access, try to remove var/cache and var/yoursiteaccess/cache
Certified eZ developer looking for projects. zurgutt at gg.ee
Sunday 05 October 2008 1:35:55 pm
* First "php bin..." did not work. Just received an error in autoload.php
* Removed the dir. and it worked!