JAN 24 2016

PHP syntax error after SUPEE-7405 : unexpected [


2 comments

Problem description After SUPEE-7405 patch Sales Order Management screen in Magento Backend is blank or the following error is reported in PHP error log: PHP Parse error: syntax error, unexpected ‘[‘ in app/code/core/Mage/Adminhtml/Helper/Sales.php on line 124 Cause SUPEE-7405 is prepared with PHP 5.4 in mind, older PHP versions are incompatible with new language constructions used. Solution Change line 124 in app/code/core/Mage/Adminhtml/Helper/Sales.php from $links = []; to $links = array();:
APR 27 2020

How to install SUPEE-7405


7 comments

January 20, 2016: New Magento Security Patch (SUPEE-7405) – Install Immediately New SUPEE-7405 patch can be downloaded as usual from Downloads page: https://www.magentocommerce.com/products/downloads/magento/ or installed as a regular Magento upgrade via Downloader (it is included in Magento 1.9.2.3 version). You can install it in the same way as previous patches or by upgrading to Magento 1.9.2.3. To apply the patch you need SSH access (shell access actually, SSH is just most used way to get… Read the rest
JAN 24 2016

How to install SUPEE-7405 without SSH


57 comments

January 20, 2016: New Magento Security Patch (SUPEE-7405) – Install Immediately If you have SSH access, it would be more simple to apply the patch via SSH. If you have no SSH access to apply the patch, you can simply upgrade your installation to Magento 1.9.2.3 version which includes all the latest security patches (SUPEE-5344, SUPEE-5994, SUPEE-6285, SUPEE-6482, SUPEE-6788, SUPEE-7405). If Magento upgrade is not possible in the moment due to some reason you still… Read the rest