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

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)