Issue was with some kind of Zend cache! I simply went to magento/lib/Zend/Cache/Backend/File.php and changed the
‘cache_dir’ => null,
to
‘cache_dir’ => ‘tmp/’,
Before doing it, I created folder named tmp under root of my website given IUSR writing permission.
(Visited 78 times, 1 visits today)