Magento:结帐时出错

Magento: Error on checkout

我在 Magento Checkout 上遇到问题。结账时选择的所有付款方式都显示 message:There 处理您的订单时出错。请联系我们或稍后再试。

我记录了过程并提出了下一个 exception.log

我 运行Magento 1.7.0.2。我从哪里开始解决这个问题?是我买的模板有问题吗?谢谢。

    2015-04-07T06:46:34+00:00 ERR (3): 
exception 'Mage_Core_Exception' with message 'Ongeldig bloktype: Mage_Page_Block_Html_CookieNotice' in /home/vhosts/XXXXXX.XX/httpdocs/app/Mage.php:594
Stack trace:
#0 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('Ongeldig blokty...')
#1 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('page/html_cooki...', Array)
#2 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('page/html_cooki...', 'global_cookie_n...')
#3 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('page/html_cooki...', 'global_cookie_n...')
#4 /home/vhosts/XXXXXX.XX/httpdocs/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 /home/vhosts/XXXXXX.XX/httpdocs/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 /home/vhosts/XXXXXX.XX/httpdocs/app/code/local/Smartwave/All/Model/Core/Layout.php(31): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#7 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Model/Layout.php(206): Smartwave_All_Model_Core_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#8 /home/vhosts/XXXXXX.XX/httpdocs/app/code/local/Smartwave/All/Model/Core/Layout.php(31): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#9 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Model/Layout.php(206): Smartwave_All_Model_Core_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#10 /home/vhosts/XXXXXX.XX/httpdocs/app/code/local/Smartwave/All/Model/Core/Layout.php(31): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#11 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Smartwave_All_Model_Core_Layout->generateBlocks()
#12 /home/vhosts/XXXXXX.XX/httpdocs/app/code/local/Smartwave/Ajaxcart/controllers/IndexController.php(168): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#13 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Smartwave_Ajaxcart_IndexController->optionsAction()
#14 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('options')
#15 /home/vhosts/XXXXXX.XX/httpdocs/app/code/community/BalkeTechnologies/StoreMaintenance/Controller/Router/Standard.php(91): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#16 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Controller/Varien/Front.php(176): BalkeTechnologies_StoreMaintenance_Controller_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#17 /home/vhosts/XXXXXX.XX/httpdocs/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#18 /home/vhosts/XXXXXX.XX/httpdocs/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#19 /home/vhosts/XXXXXX.XX/httpdocs/index.php(87): Mage::run('', 'store')
#20 {main}

Magento 1.7 中不存在 Mage_Page_Block_Html_CookieNotice 类型的块。它是在 Magento 1.8 中引入的。

如果您使用购买的模板,请检查它是否与您使用的 Magento 版本兼容。如果是,请向开发人员提交错误报告。

如果没有你可以尝试upgrade you magento version