Fatal error: Uncaught Error: Function name must be a string in C:\xampp\htdocs\em0126\app\code\core\Mage\Core\Model\Layout.php:555 Stack trace: #0

前端 未结 5 811
天命终不由人
天命终不由人 2021-01-30 03:37

I am facing these errors while accessing Magento folder from XAMPP (localhost/magento):

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

5条回答
  •  星月不相逢
    2021-01-30 03:53

    Go to app\code\core\Mage\Core\Model\Layout.php line no 555 and

     change $callback[1] to {$callback[1]}
    

提交回复
热议问题