When i run my Magento 1.9 CE website on new php version(7.0.4) it start giving me error
Array to string conversion in /var/www/bigliving.local/public_html/app/code/core/Mage/Core/Model/Layout.php on line 555
Previously is on php 5.4 and working fine.
Found solution for this issue, i follow the following steps and it works for me.
$out .= $this->getBlock($callback[0])->{$callback[1]}();Try the PHP 7 compatibility extension for Magento 1
Edit: As pointed out in the comments below, the PHP 7 compatibility extension is deprecated, and PHP 7.2 support patches have been released: https://inchoo.net/magento/magento-1-official-php-7-2-patches/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With