Created
April 4, 2016 16:37
-
-
Save theskillwithin/3155b4c2392224ac692bb1a6b4e6a689 to your computer and use it in GitHub Desktop.
when adding to cart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tail -f var/log/exception.log | |
2016-04-04T16:35:57+00:00 ERR (3): | |
exception 'Mage_Core_Exception' with message 'Invalid block type: Mage_Page_Block_Html_CookieNotice' in /var/www/public_html/app/Mage.php:594 | |
Stack trace: | |
#0 /var/www/public_html/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('Invalid block t...') | |
#1 /var/www/public_html/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('page/html_cooki...', Array) | |
#2 /var/www/public_html/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('page/html_cooki...', 'global_cookie_n...') | |
#3 /var/www/public_html/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('page/html_cooki...', 'global_cookie_n...') | |
#4 /var/www/public_html/app/code/local/Smartwave/All/Model/Core/Layout.php(40): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element)) | |
#5 /var/www/public_html/app/code/core/Mage/Core/Model/Layout.php(205): Smartwave_All_Model_Core_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element)) | |
#6 /var/www/public_html/app/code/local/Smartwave/All/Model/Core/Layout.php(31): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) | |
#7 /var/www/public_html/app/code/core/Mage/Core/Model/Layout.php(206): Smartwave_All_Model_Core_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) | |
#8 /var/www/public_html/app/code/local/Smartwave/All/Model/Core/Layout.php(31): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) | |
#9 /var/www/public_html/app/code/core/Mage/Core/Model/Layout.php(206): Smartwave_All_Model_Core_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) | |
#10 /var/www/public_html/app/code/local/Smartwave/All/Model/Core/Layout.php(31): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) | |
#11 /var/www/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Smartwave_All_Model_Core_Layout->generateBlocks() | |
#12 /var/www/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(269): Mage_Core_Controller_Varien_Action->generateLayoutBlocks() | |
#13 /var/www/public_html/app/code/local/Smartwave/Ajaxcart/controllers/IndexController.php(65): Mage_Core_Controller_Varien_Action->loadLayout() | |
#14 /var/www/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Smartwave_Ajaxcart_IndexController->addAction() | |
#15 /var/www/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('add') | |
#16 /var/www/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) | |
#17 /var/www/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch() | |
#18 /var/www/public_html/app/Mage.php(683): Mage_Core_Model_App->run(Array) | |
#19 /var/www/public_html/index.php(107): Mage::run('', 'store') | |
#20 {main} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment