Posted - 10/02/2018 : 07:31:47
I am a problem converting to PHP 7:
Store URL: https://www.controlswitches.com/cart Ecommerce Plus PHP v6.5.4 There are no new versions available. Last checked: 2018-10-02 PHP Version: 5.6.38
PHP Version: 5.6.38 works, but Version 7.0 or later causes the following error: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; vrNodeList has a deprecated constructor in /home/csii/public_html/cart/vsadmin/inc/incfunctions.php on line 234
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; vrXMLDoc has a deprecated constructor in /home/csii/public_html/cart/vsadmin/inc/incfunctions.php on line 309
Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /home/csii/public_html/cart/vsadmin/inc/incfunctions.php:10 Stack trace: #0 /home/csii/public_html/cart/categories.php(25): include() #1 {main} thrown in /home/csii/public_html/cart/vsadmin/inc/incfunctions.php on line 10
|