magento
Magento system.xml and 404 error when trying to access the configuration panel
If it’s the 404 in the Admin Console chrome, then your problem is a missing ACL role. Read this article on how to set one up. (self link) Also, after setting up your ACL role, you’ll need to clear out your Magento sessions. Magento caches specific roles in the session, and new sessions won’t be … Read more
Magento admin login not working in chrome but works fine for firefox
I think there is the problem with session cookie with the chrome browser. So just go through this directory /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file and comment out the line from 85 to 92 in magento (1.7.2 for my case). Like this // session cookie params /* $cookieParams = array( ‘lifetime’ => $cookie->getLifetime(), ‘path’ => $cookie->getPath(), ‘domain’ => $cookie->getConfigDomain(), … Read more
How do I include a dynamic block in the product page with full page caching turned on?
Overview In order to answer I need to explain a little first. The Magento FPC process knows four states. Page in cache, no dynamic blocks Page in cache, dynamic blocks cached Page in cache, dynamic blocks not cached Page not in cache State 1 and 2 are processed without the full Magento application being initialized. … Read more
There has been an error processing your request, Error log record number
Go to magento/var/report and open the file with the Error log record number name i.e 673618173351 in your case. In that file you can find the complete description of the error. For log files like system.log and exception.log, go to magento/var/log/.