cancel
Showing results for 
Search instead for 
Did you mean: 

Frondend product page blanck

Frondend product page blanck

Hello,

 

I have a problem on magento 1.9, if I add new product, and go to frontend to check the product, when you click to see the product the page go blank and don't show any thing, only the category menu.

 

This only happens with new products, all the old products that I created some day before are working ok.
And get the following error from the log:

system.log

=======================================================================================

2015-06-05T21:15:44+00:00 ERR (3): Notice: Undefined variable: _homeIndent in /home/mamba/public_html/app/design/frontend/default/theme650/template/catalog/product/new.phtml on line 49
2015-06-05T21:15:45+00:00 ERR (3): Notice: Undefined variable: _slidControl in /home/mamba/public_html/app/design/frontend/default/theme650/template/catalog/product/new.phtml on line 106
2015-06-05T21:17:32+00:00 ERR (3): Notice: Undefined variable: _homeIndent in /home/mamba/public_html/app/design/frontend/default/theme650/template/catalog/product/new.phtml on line 49
2015-06-05T21:17:32+00:00 ERR (3): Notice: Undefined variable: _slidControl in /home/mamba/public_html/app/design/frontend/default/theme650/template/catalog/product/new.phtml on line 106

=========================================================================================

exception.log

=========================================================================================

2015-06-05T21:15:44+00:00 ERR (3):
exception 'Mage_Core_Exception' with message 'Invalid block type: Mage_Revolutionslider_Block_Revolutionslider' in /home/mamba/public_html/app/Mage.php:595
Stack trace:
#0 /home/mamba/public_html/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('Invalid block t...')
#1 /home/mamba/public_html/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('revolutionslide...', Array)
#2 /home/mamba/public_html/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('revolutionslide...', '183fffc5ed8bdde...')
#3 /home/mamba/public_html/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('revolutionslide...', '183fffc5ed8bdde...')
#4 /home/mamba/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/mamba/public_html/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#6 /home/mamba/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#7 /home/mamba/public_html/app/code/core/Mage/Cms/Helper/Page.php(113): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#8 /home/mamba/public_html/app/code/core/Mage/Cms/Helper/Page.php(52): Mage_Cms_Helper_Page->_renderPage(Object(Mage_Cms_IndexController), 'home')
#9 /home/mamba/public_html/app/code/core/Mage/Cms/controllers/IndexController.php(45): Mage_Cms_Helper_Page->renderPage(Object(Mage_Cms_IndexController), 'home')
#10 /home/mamba/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Cms_IndexController->indexAction()
#11 /home/mamba/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
#12 /home/mamba/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#13 /home/mamba/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#14 /home/mamba/public_html/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#15 /home/mamba/public_html/index.php(87): Mage::run('', 'store')
#16 {main}

=================================================================================================

Thanks