Skip to navigation
magento 1.9 on php7
02.09.17
file: app/code/core/Mage/Core/Model/Layout.php Inside function getOutput(), change this line: PHP $out .= $this->getBlock($callback[0])->$callback[1](); 1 $out .= $this->getBlock($callback[0])->$callback[1](); to this: $fname = $callback[1]; $out .= $this->getBlock($callback[0])->$fname(); 1 2 $fname = $callback[1]; $out .= $this->getBlock($callback[0])->$fname();
http://afilina.com/magento-1-9-on-php7/
Reply
Anonymous
Information Epoch 1732663865
Allow the user to tailor the environment.
Home
Notebook
Contact us