bjt1988
bjt1988
i have the same problem here with version 1.3.6 and magento 1.9.0.1 after an unsepcific time some urls returns 404 error. after complete cache cleaning or an clean of the...
i also get an 404 error on pages that are exclude from the cache. so it will not only affected to pages that will handled by the cache... strange
i am using a lot of third party extension... i try to debug this problem in the next days... if i have more informations i post it here
i dont have this module. and i think this is not the problem. i currently installed my live system into a developement system... and i reproduce the problem in my...
ok yesterday my post was not so correct.... these are the lines of the page that returns the 404 error: Mage::app()->setCurrentStore($_SESSION['currentStoreId']); Mage::getSingleton('core/session', array('name'=>'frontend')); $session = Mage::getSingleton('customer/session'); $_taxHelper = Mage::helper('tax'); $_product...