Invalid method Mage_Catalog_Block_Product_View_Description::addTo ParentGroup(Array (

Hi folks. I am trying to sort this out for a client. The error is in title or…

Invalid method Mage_Catalog_Block_Product_View_Description::addTo ParentGroup(Array
(
[0]

which is from var/reports the page wont actually load. This is all product pages.

I am also having grid(layout) issues on cat pages.

Lets start with the glaring issue and I will post some screens for the grid issue.

thanks,
Nigel

1 answer

congtq 0.00 $tone August 25, 2010
Public

Hi Kymberli.
What Magento version are you using?
JM Lead and all of our JM Templates have been using Magento ver. 1.4.1.1

The error’s from file app\code\core\Mage\Catalog\Block\Product\View\Desc ription.php with content:

PHP Code:

class Mage_Catalog_Block_Product_View_Description extends Mage_Core_Block_Template

{

    protected 
$_product null;

    function getProduct()

    {

        if (!
$this->_product) {

            
$this->_product Mage::registry('product');

        }

        return 
$this->_product;

    }






It’s not had addTo ParentGroup method so it shows below error

Invalid method Mage_Catalog_Block_Product_View_Description::addTo ParentGroup(Array
(

Have you used any extension? if using, try disabling it

#1

This question is now closed

Written By

Comments