Warning: A non-numeric value encountered in public_html/system/library/cart/currency.php on line 69Warning: A non-numeric value encountered in public_html/system/library/cart/currency.php on line 69
The codes are attached below.
I just can't see whats wrong, it happened when I started adding currencies and even after removing all added currencies it still comes up with the same warning.
Hope someone can please help!
Already super grateful for any assistance.
Cheers
Lilly
The codes are attached below.
I just can't see whats wrong, it happened when I started adding currencies and even after removing all added currencies it still comes up with the same warning.
Hope someone can please help!
Already super grateful for any assistance.
Cheers
Lilly
Attachments
Codes 1.png (66.55 KiB) Viewed 3897 times
Code 3.png (32.07 KiB) Viewed 3897 times
Code 2.png (32.19 KiB) Viewed 3897 times
Issue addressed in the Bug Reports. Not a bug, user defined error.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Replace all instances from the controllers:
to:
Code: Select all
$this->request->get['page'];
Code: Select all
(int)$this->request->get['page'];
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: No registered users and 6 guests