Hi, I have Magento 1.9.4.1 C.E.
I disabled all my modules at once and that caused my backed to crash. I reactivated all the modules but am unable to flush my cache now. How can I do it?
- deleting var/cache doesn't work. That folder is ALWAYS empty, I've never seen it with a single file inside.
- I have no var/session folder either.
Hi, @Vimal Kumar
folder page_cache doesn't exist. In var I have backups, cache, connect, export, locks, log, package, report, and tmp folders.
If you have ssh credentials then you can also run this command from your magento root.
php -r 'require "app/Mage.php"; Mage::app()->getCacheInstance()->flush();'
Thanks
---
If you've found my answer useful, please give"Kudos" and "Accept as Solution".
Can you please provide write permission to var folder and after that trying to refresh the page and check if the cache is generated again in the var/cache folder.
Thanks
---
If you've found my answer useful, please give"Kudos" and "Accept as Solution".