[OpenCart] MSU 3 - 500 after upgrade to PHP 5.4
[OpenCart] MSU 3 - 500 after upgrade to PHP 5.4
I've just tried to upgrade the PHP version on the server from 5.3 to 5.4. This worked just fine and I also was able to get Zend Guard Loader 6.0 for php 5.4 to work properly:
[root@srv1 lib]# php -v
PHP 5.4.45 (cli) (built: Jan 3 2016 21:49:57)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2013, by Zend Technologies
Unfortunately, after restarting httpd and verifying that everything worked fine I got a 500 error on the website using MSU. I enabled outputting errors and saw the following error which I can't seem to solve:
Notice: Undefined index: inveoSaveKey in /home/xxx/public_html/index.php on line 167
After reverting back to 5.3 I could still see the Notice being there but at least the website rendered fine again. Is there anything that I need to do with regard to MSU when upgrading to 5.4?
Thanks in advance