Fatal error: Uncaught Error: Function name must be a string in

This might be your PHP related issue but there is a fix go to this file

 

 

app\code\core\Mage\Core\Model\Layout.php:555 

replace this with

 

 

$out .= $this->getBlock($callback[0])->$callback[1]();

with this 

 

 

$out .= $this->getBlock($callback[0])->{$callback[1]}();
  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Related Articles

There has been an error processing your request

There has been an error processing your request.Exception printing is disabled by default for...