Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSTORE-681: Gigya Extension Throwing Exception on Category Pages #1

Merged
merged 1 commit into from
Jul 19, 2017

Conversation

mfrohardt
Copy link

The exception.log on the Store server is being filled with this exception:

{noformat}
2017-07-18T19:15:56+00:00 ERR (3):
exception 'Mage_Core_Exception' with message 'Invalid block type: ' in /home/purina_store/live_2017-07-03_1539/app/Mage.php:595
Stack trace:
#0 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('Invalid block t...')
#1 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('', Array)
gigya#2 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('', 'product_list')
gigya#3 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('', 'product_list')
gigya#4 /home/purina_store/live_2017-07-03_1539/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))
gigya#5 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
gigya#6 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
gigya#7 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Catalog/controllers/CategoryController.php(148): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
gigya#8 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Catalog_CategoryController->viewAction()
gigya#9 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('view')
gigya#10 /home/purina_store/live_2017-07-03_1539/app/code/local/DigitalEvolution/Core/Router/Standard.php(78): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
gigya#11 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Core/Controller/Varien/Front.php(172): DigitalEvolution_Core_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
gigya#12 /home/purina_store/live_2017-07-03_1539/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
gigya#13 /home/purina_store/live_2017-07-03_1539/app/Mage.php(684): Mage_Core_Model_App->run(Array)
gigya#14 /home/purina_store/live_2017-07-03_1539/index.php(83): Mage::run('', 'store')
gigya#15 {main}
{noformat}

The issue is a non-typed block in Gigya. The reviews still display on the category page but the exception is thrown.

@jantzenw jantzenw merged commit 535d6d3 into master Jul 19, 2017
@jantzenw jantzenw deleted the category-exception branch July 19, 2017 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants