This is the solution for displaying Menubar in Eros theme Un-comment line 70 in file header.phtml present at the path: app/design/frontend/fed/default/template/page/html <?php echo $this->getChildHtml(‘topMenu’); ?>
Read more →For a local Magento Installation, do the following if you are unable to log into the admin dashboard: Open the file app/code/core/Mage/Core/Model/Session/Abstract/Varien.php and comment out these last three lines as in the code below, $cookieParams = array( ‘lifetime’ => $cookie->getLifetime(), ‘path’ => $cookie->getPath(), // ‘domain’ => $cookie->getConfigDomain(), // ‘secure’ […]
Read more →