Grem83 Posted November 18, 2016 Share Posted November 18, 2016 Hi guys, How to delete caches manually in prestashop 1.7? Thank you Link to comment Share on other sites More sharing options...
phinq1910 Posted November 18, 2016 Share Posted November 18, 2016 (edited) You can try remove class_index.php in \app\cache\dev (with dev mode) or \app\cache\prod folder Edited November 18, 2016 by phinq1910 (see edit history) 3 Link to comment Share on other sites More sharing options...
Grem83 Posted November 18, 2016 Author Share Posted November 18, 2016 You can try remove class_index.php in \app\cache\dev (with dev mode) or \app\cache\prod folder Thanks for the indication! Link to comment Share on other sites More sharing options...
eviltwin Posted November 9, 2018 Share Posted November 9, 2018 On 11/18/2016 at 9:42 AM, Grem83 said: Hi guys, How to delete caches manually in prestashop 1.7? Thank you Go to back office Configure/Advanced Parameters/Performance/Clear Cache Link to comment Share on other sites More sharing options...
NeoHub Posted February 2, 2020 Share Posted February 2, 2020 On 11/18/2016 at 9:43 AM, phinq1910 said: You can try remove class_index.php in \app\cache\dev (with dev mode) or \app\cache\prod folder Hi, I follow a tip from another user to solution a fatal error case and deleted the dev directory and the files inside it (prod remained but I also deleted manually some files because there were many many). Now im getting this message on debug mode via ftp (now my frond and back office are showing this message): Notice: tempnam(): file created in the system's temporary directory in /homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/classes/PrestaShopAutoload.php on line 258 Warning: rename(/tmp/class_index.phpQELvT9,/homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/var/cache/dev/class_index.php): No such file or directory in /homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/classes/PrestaShopAutoload.php on line 264 Notice: tempnam(): file created in the system's temporary directory in /homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/classes/PrestaShopAutoload.php on line 258 Warning: rename(/tmp/class_stub.phpwiYQsl,/homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/var/cache/dev/class_stub.php): No such file or directory in /homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/classes/PrestaShopAutoload.php on line 264 Notice: tempnam(): file created in the system's temporary directory in /homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/classes/PrestaShopAutoload.php on line 258 Warning: rename(/tmp/namespaced_class_stub.phpGrEg2w,/homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/var/cache/dev/namespaced_class_stub.php): No such file or directory in /homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/classes/PrestaShopAutoload.php on line 264 Warning: require_once(/homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/var/cache/dev/appParameters.php): failed to open stream: No such file or directory in /homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/config/bootstrap.php on line 87 Fatal error: require_once(): Failed opening required '/homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/var/cache/dev/appParameters.php' (include_path='/homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/vendor/pear/pear_exception:/homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/vendor/pear/console_getopt:/homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/vendor/pear/pear-core-minimal/src:/homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/vendor/pear/archive_tar:.:/usr/lib/php7.2') in /homepages/3/d639459114/htdocs/clickandbuilds/PrestaShop/MyeCommerce2/config/bootstrap.php on line 87 Thanks in advance, any help will be very very appreciated! I'm so worried! Link to comment Share on other sites More sharing options...
JBW Posted February 3, 2020 Share Posted February 3, 2020 You can rename you whole /var/cache folder to /var/cache_old - Presta will regenerate it with next page call 4 4 Link to comment Share on other sites More sharing options...
NeoHub Posted February 3, 2020 Share Posted February 3, 2020 Thank you very much! I'll try! Link to comment Share on other sites More sharing options...
Zrali Posted August 19, 2021 Share Posted August 19, 2021 On 2/3/2020 at 10:58 AM, JBW said: You can rename you whole /var/cache folder to /var/cache_old - Presta will regenerate it with next page call Thanks this helped me. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now