Post by straightlight » Fri Aug 02, 2019 7:06 pm

Core bug that was already reported on Github Opencart and on the forum. Simply find all instances of:

Code: Select all

= $this->request->get['page'];
and replace all with:

Code: Select all

= (int)$this->request->get['page'];
This should resolved the issue.

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