-
- digitaldomain

-
Total Posts: 13
Joined: 2011-12-19
|
Hi,
We upgraded our site to 1.7.0.2 from v1.6.2 and there were some issues which we managed to fix most of, except one; being able to browse Manage Products and Manage Categories in the Admin. There’s nothing at all on the net about this error yet…
In the exception.log in var/log we see the following error which looks like its related to this problem:
exception 'Mage_Core_Exception' with message 'Invalid block type: Mage_Blog_Block_Post_Recent' in /home/******/public_html/app/Mage.php:594 Stack trace: #0 /home/******/public_html/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('Invalid block t...') #1 /home/******/public_html/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('blog/post_recen...', Array) #2 /home/******/public_html/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('blog/post_recen...', 'blog.recent.foo...') #3 /home/******/public_html/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('blog/post_recen...', 'blog.recent.foo...') #4 /home/******/public_html/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element)) #5 /home/******/public_html/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) #6 /home/******/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks() #7 /home/******/public_html/app/code/core/Mage/Catalog/controllers/CategoryController.php(146): Mage_Core_Controller_Varien_Action->generateLayoutBlocks() #8 /home/******/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Catalog_CategoryController->viewAction() #9 /home/******/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('view') #10 /home/******/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)) #11 /home/******/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch() #12 /home/******/public_html/app/Mage.php(683): Mage_Core_Model_App->run(Array) #13 /home/******/public_html/index.php(87): Mage::run('', 'store')
Anyone got any ideas how to fix this? Can’t find any posts about this on the net with Mage_Blog_Block_Post_Recent in them...? We don’t even use a blog extension on our site so im not sure whats going on, does Magento v1.7.0.2 have a builtin blog now?
|