There is a fatal error while extension running

if you're running several extensions there may be a fatal error because of their conflict.

Please, perform the next actions, which may help to you:

Open

app\code\local\Amasty\Conf\Model\Observer.php

 

and delete the following:

if (!is_null(Mage::registry('product')))
{
Mage::unregister('product');
}
Mage::register('product', $_product);

 

Loading

Didn’t you find the answer to your question? We are always happy to help you out.

Loading
Loading