I have Magento 1.9 Community installed in Ubuntu 14.04 Gnome and suddenly i couldn’t log in to admin page or access the eshop page. i get the message :
Code:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 678829594589
Here's the log:
Code:
a:5:{i:0;s:68:"Mage registry key "_singleton/easypathhints/observer" already exists";i:1;s:2739:"#0 /var/www/html/magento/app/Mage.php(223): Mage::throwException('Mage registry k...')
#1 /var/www/html/magento/app/Mage.php(477): Mage::register('_singleton/easy...', false)
#2 /var/www/html/magento/includes/src/__default.php(21667): Mage::getSingleton('easypathhints/o...')
#3 /var/www/html/magento/app/Mage.php(448): Mage_Core_Model_App->dispatchEvent('core_block_abst...', Array)
#4 /var/www/html/magento/includes/src/__default.php(2616): Mage::dispatchEvent('core_block_abst...', Array)
#5 /var/www/html/magento/includes/src/__default.php(13594): Mage_Core_Block_Abstract->toHtml()
#6 /var/www/html/magento/includes/src/__default.php(2592): Mage_Core_Block_Text_List->_toHtml()
#7 /var/www/html/magento/includes/src/__default.php(2310): Mage_Core_Block_Abstract->toHtml()
#8 /var/www/html/magento/includes/src/__default.php(2254): Mage_Core_Block_Abstract->_getChildHtml('form.additional...', true)
#9 /var/www/html/magento/app/design/adminhtml/default/default/template/login.phtml(63): Mage_Core_Block_Abstract->getChildHtml('form.additional...')
#10 /var/www/html/magento/includes/src/__default.php(3387): include('/var/www/html/m...')
#11 /var/www/html/magento/includes/src/__default.php(3418): Mage_Core_Block_Template->fetchView('adminhtml/defau...')
#12 /var/www/html/magento/includes/src/__default.php(3432): Mage_Core_Block_Template->renderView()
#13 /var/www/html/magento/includes/src/Mage_Adminhtml_Block_Template.php(81): Mage_Core_Block_Template->_toHtml()
#14 /var/www/html/magento/includes/src/__default.php(2592): Mage_Adminhtml_Block_Template->_toHtml()
#15 /var/www/html/magento/includes/src/__default.php(13594): Mage_Core_Block_Abstract->toHtml()
#16 /var/www/html/magento/includes/src/__default.php(2592): Mage_Core_Block_Text_List->_toHtml()
#17 /var/www/html/magento/includes/src/__default.php(28076): Mage_Core_Block_Abstract->toHtml()
#18 /var/www/html/magento/includes/src/__default.php(13987): Mage_Core_Model_Layout->getOutput()
#19 /var/www/html/magento/app/code/core/Mage/Adminhtml/controllers/IndexController.php(82): Mage_Core_Controller_Varien_Action->renderLayout()
#20 /var/www/html/magento/includes/src/__default.php(14015): Mage_Adminhtml_IndexController->loginAction()
#21 /var/www/html/magento/includes/src/__default.php(18399): Mage_Core_Controller_Varien_Action->dispatch('login')
#22 /var/www/html/magento/includes/src/__default.php(17933): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#23 /var/www/html/magento/includes/src/__default.php(20705): Mage_Core_Controller_Varien_Front->dispatch()
#24 /var/www/html/magento/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#25 /var/www/html/magento/index.php(87): Mage::run('', 'store')
#26 {main}";s:3:"url";s:25:"/magento/index.php/admin/";s:11:"script_name";s:18:"/magento/index.php";s:4:"skin";s:5:"admin";}
I tried clearing cookies and cache in firefox but no luck. also using chromium is making no difference.
Anyone have any insights would be appreciated.