Page 1 of 1

[Cancelled] Official OC v2.3.0.1 bug reports

Posted: Sun Jul 31, 2016 9:27 pm
by straightlight
This will be the official Opencart v2.3.0.1 bug reports topic to report any issues from the core.

Re: Official OC v2.3.0.1 bug reports

Posted: Sun Jul 31, 2016 9:31 pm
by straightlight
Running the upgrade on Opencart v2.3.0.1 from step 7 to 9 leads to Error code 0:
'`store_id` = '0', `code` = 'dashboard_activity', `key` = 'dashboard_activity_sta' at line 1
Error No: 1064
INSERT INTO `oc_setting` `store_id` = '0', `code` = 'dashboard_activity', `key` = 'dashboard_activity_status', `value` = '1', `serialized` = '0' in C:\wamp\www\opencart2300\system\library\db\mysqli.php on line 40
In install/model/upgrade/1008.php file,

replace all instances of:

Code: Select all

`" . DB_PREFIX . "setting` `store_id` = '0',
with:

Code: Select all

`" . DB_PREFIX . "setting` SET `store_id` = '0',
This should resolved the problem.

Followed is a screenshot to demonstrate the success of the upgrade after applying this fix.

Re: Official OC v2.3.0.1 bug reports

Posted: Mon Aug 01, 2016 1:29 am
by Qphoria
DO NOT USE 2.3.0.0 or 2.3.0.1. Bad builds:
http://forum.opencart.com/viewtopic.php?f=2&t=165980

Re: Official OC v2.3.0.1 bug reports

Posted: Mon Aug 01, 2016 1:35 am
by straightlight
Thanks. The official topics have now been closed from announcements.