|
Has this happened to anyone:
1. I wanted to switch my theme back to Magento default
2. did so in the backend via browser ‘configuration’
3. replaced all areas that had ‘old theme’ and replaced with ‘default’
4. didn’t work (front end still had old theme
5. tried again (refresh) - still old theme
6. went back to config and replaced ‘default’ with ‘default/default’
7. back end BROKEN!
This is the error message in the broswer window when I attempt to log into the back ebd:
Warning: Mage_Core_Block_Template::include(/home/oceanwid/domains/oceanwidesupply.com/public_html/app/design/adminhtml/default/default/default/template/login.phtml) [mage-core-block-template.include]: failed to open stream: No such file or directory in /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Core/Block/Template.php on line 138
#0 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Core/Block/Template.php(138): mageCoreErrorHandler(2, ‘Mage_Core_Block...’, ‘/home/oceanwid/...’, 138, Array)
#1 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Core/Block/Template.php(138): Mage_Core_Block_Template::fetchView()
#2 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Core/Block/Template.php(170): Mage_Core_Block_Template->fetchView(’adminhtml/defau...’)
#3 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Core/Block/Template.php(187): Mage_Core_Block_Template->renderView()
#4 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Core/Block/Abstract.php(636): Mage_Core_Block_Template->_toHtml()
#5 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Adminhtml/controllers/IndexController.php(31): Mage_Core_Block_Abstract->toHtml()
#6 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Adminhtml/controllers/IndexController.php(65): Mage_Adminhtml_IndexController->_outTemplate(’login’, Array)
#7 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(343): Mage_Adminhtml_IndexController->loginAction()
#8 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Admin.php(137): Mage_Core_Controller_Varien_Action->dispatch(’login’)
#9 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(168): Mage_Core_Controller_Varien_Router_Admin->match(Object(Mage_Core_Controller_Request_Http))
#10 /home/oceanwid/domains/oceanwidesupply.com/public_html/app/Mage.php(420): Mage_Core_Controller_Varien_Front->dispatch()
#11 /home/oceanwid/domains/oceanwidesupply.com/public_html/index.php(46): Mage::run()
#12 {main}
Any help would be greatly appreciated.
frontend - Oceanwidesupply.com
backend - http://oceanwidesupply.com/index.php/admin/dashboard/
|