OpenCart 2.2.0.0 Testing - Issues to Expect...
Posted: Tue Mar 15, 2016 5:17 pm
With a new clean installation of OpenCart v2.2.0.0 there are some issue that you will run into that need to be corrected.
I have made an upgrade script that will get you from v2.1.0.x to v2.2.0.0 - http://www.randemsystems.com/support/op ... 0/#msg6260
If you need to com from an earlier version of OpenCart; Upgrade to v2.1.0.x first - http://www.randemsystems.com/support/op ... 0/#msg6260
Your VQMOD and VQMOD Manager will need to be upgraded if you use either.
Here are some errors you WILL run into:
While attempting to view customer information in the admin panel (Customers) or an attempt to add an order from the admin panel (Sales->Orders):
Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ')' in /home/content/57/10005557/html/opencart2200/admin/controller/customer/customer.php on line 1105
Solution: http://forum.opencart.com/viewtopic.php?f=191&t=159399
The same solution works in the \catalog\controller\account\address.php file you will find the same exact code segment that needs correcting.
-----------
I have made an upgrade script that will get you from v2.1.0.x to v2.2.0.0 - http://www.randemsystems.com/support/op ... 0/#msg6260
If you need to com from an earlier version of OpenCart; Upgrade to v2.1.0.x first - http://www.randemsystems.com/support/op ... 0/#msg6260
Your VQMOD and VQMOD Manager will need to be upgraded if you use either.
Here are some errors you WILL run into:
While attempting to view customer information in the admin panel (Customers) or an attempt to add an order from the admin panel (Sales->Orders):
Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ')' in /home/content/57/10005557/html/opencart2200/admin/controller/customer/customer.php on line 1105
Solution: http://forum.opencart.com/viewtopic.php?f=191&t=159399
The same solution works in the \catalog\controller\account\address.php file you will find the same exact code segment that needs correcting.
-----------