Post by straightlight » Sun Oct 15, 2017 6:11 am

In install/model/upgrade/1004.php file,

find all instances of:

Code: Select all

= '" . $result['code'] . "'
replace with:

Code: Select all

= '" . $this->db->escape($result['code']) . "'
Then, find:

Code: Select all

= '" . $result['store_id'] . "'
replace with:

Code: Select all

= '" . (int)$result['store_id'] . "'

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 2 guests