Hi,
I appear to be getting roughly the same error as oscarino. I have a functioning webshop. I have modified the (__) function as instructed. When I enter the absolute url of Mage.php the settings page for Mage Enabler is just blank, no errors or anything. The front end of my blog is completely blank. The following showed up in my error log:
[Wed Sep 01 09:42:15 2010] [error] [client xx.xx.xxx.xxx] PHP Fatal error: Uncaught exception 'Mage_Core_Model_Store_Exception' in /var/www/magento/htdocs/app/code/core/Mage/Core/Model/App.php:1228
Stack trace:
#0 /var/www/magento/htdocs/app/code/core/Mage/Core/Model/App.php(760): Mage_Core_Model_App->throwStoreException()
#1 /var/www/magento/htdocs/app/Mage.php(322): Mage_Core_Model_App->getStore(NULL)
#2 /var/www/magento/htdocs/app/Mage.php(334): Mage::getStoreConfig('web/url/use_sto...', NULL)
#3 /var/www/magento/htdocs/app/code/core/Mage/Core/Controller/Request/Http.php(196): Mage::getStoreConfigFlag('web/url/use_sto...')
#4 /var/www/magento/htdocs/app/code/core/Mage/Core/Controller/Request/Http.php(148): Mage_Core_Controller_Request_Http->_canBeStoreCodeInUrl()
#5 /var/www/magento/htdocs/app/code/core/Mage/Core/Model/App.php(379): Mage_Core_Controller_Request_Http->setPathInfo()
#6 /var/www/magento/htdocs/app/code/core/M in /var/www/magento/htdocs/app/code/core/Mage/Core/Model/App.php on line 1228
It may be worth pointing out that I don’t have a ‘default’ website/store setup – I have two websites, and two stores for each website (to handle different languages). Although I don’t see how this can be a problem. Should I be specifying a store to use somewhere?