MAY 26 2019

PHP Parse error: syntax error, unexpected ‘[‘ in app/code/core/Mage/Checkout/Model/Type/Onepage.php on line 691

Problem description Magento Onepage checkout page is blank after SUPEE-10752. The following fatal PHP error thrown at Magento Onepage Checkout page after installing SUPEE-10752 patch: PHP Parse error: syntax error, unexpected ‘[‘ in app/code/core/Mage/Checkout/Model/Type/Onepage.php on line 691 Cause Array de-referencing is used in the following line of code added in SUPEE-10752: Support of array de-referencing is added in PHP 5.4, older versions (PHP 5.3) will throw fatal error like above on attempt of array de-referencing…. Read the rest
JUN 28 2018

How to install SUPEE-10752

June 27, 2018: Community Edition 1.9.3.9 and SUPEE-10752 Security Enhancements – 06/27/2018. New SUPEE-10752 patch can be downloaded as usual from Downloads page: https://magento.com/tech-resources/download#download2222 or installed as a regular Magento upgrade via Downloader (it is included in Magento 1.9.3.9 version). You can install it in the same way as previous patches or by upgrading to Magento 1.9.3.9. To apply the patch you need SSH access (shell access actually, SSH is just most used way to… Read the rest
JUN 28 2018

How to install SUPEE-10752 without SSH


6 comments

June 27, 2018: SUPEE-10752 version released with fixes that help close authenticated Admin user remote code execution (RCE), cross-site request forgery (CSRF) and other vulnerabilities. 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 still can apply the patch via FTP/sFTP upload as shown in this article. If you wish to save time and have us to… Read the rest