Post by alom310 » Thu Jan 07, 2021 9:34 am

When I try to print shipping list I get a bunch of these errors at the top of the Dispatch List. I have found other posts about the same warning but could not find a solution.

Code: Select all

"Warning: A non-numeric value encountered in /home/514449.cloudwaysapps.com/wjmqnmgecz/public_html/vqmod/vqcache/vq2-_home_514449.cloudwaysapps.com_wjmqnmgecz_private_html_storage_modification_admin_controller_sale_order.php on line 2032"
When I look in the file mentioned (order.php) there is no line 2032, it only goes up to 1846. Looks like vqmod has something to do with it? I have tried to clear cache in vqmod but I still get an error. When I disable vqmod, the error says line 1832, which would be "'store_telephone' => $store_telephone," Not sure whats going on here...

TIA O0
Last edited by alom310 on Thu Jan 14, 2021 4:46 pm, edited 1 time in total.

New member

Posts

Joined
Fri Aug 16, 2019 10:58 am

Post by straightlight » Thu Jan 07, 2021 9:36 am

Caused by a VQMod extension installed. Disable each XML files (except vqmod_opencart.xml) until you notice the error message is gone. Once you know which extension causes this issue specifically, contact the extension developer.

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

Post by alom310 » Thu Jan 07, 2021 9:40 am

I have disabled each one via vqmod manager and I did not notice a difference. I also disabled VQmod all together, and there was no difference.

New member

Posts

Joined
Fri Aug 16, 2019 10:58 am

Post by straightlight » Thu Jan 07, 2021 9:42 am

alom310 wrote:
Thu Jan 07, 2021 9:40 am
I have disabled each one via vqmod manager and I did not notice a difference. I also disabled VQmod all together, and there was no difference.
If the case, then you're experiencing VQMod cache issues. In your vqmod root folder, ensure to clear the .cache files and see if the problem persists. As an alternative, I would suggest to use this extension instead for VQMod: https://www.opencart.com/index.php?rout ... n_id=19501 .

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

Post by alom310 » Thu Jan 07, 2021 9:50 am

I cleared all cache files and the problem still persists...

To remove all vqmod that is currently istalled, do I just delete the vqmod folder in ftp?

New member

Posts

Joined
Fri Aug 16, 2019 10:58 am

Post by alom310 » Thu Jan 07, 2021 9:59 am

I have removed vqmod and this is the error I am getting now.

Warning: A non-numeric value encountered in /home/514449.cloudwaysapps.com/wjmqnmgecz/private_html/storage/modification/admin/controller/sale/order.php on line 1832

New member

Posts

Joined
Fri Aug 16, 2019 10:58 am

Post by straightlight » Thu Jan 07, 2021 11:13 am

alom310 wrote:
Thu Jan 07, 2021 9:59 am
I have removed vqmod and this is the error I am getting now.

Warning: A non-numeric value encountered in /home/514449.cloudwaysapps.com/wjmqnmgecz/private_html/storage/modification/admin/controller/sale/order.php on line 1832
What is on line 1832 of that file?

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

Post by alom310 » Thu Jan 07, 2021 11:55 am

I already stated this in my first post....

New member

Posts

Joined
Fri Aug 16, 2019 10:58 am

Post by straightlight » Thu Jan 07, 2021 12:26 pm

What your first post is showing is the error message of that line but the instructions from my previous post was about the original line content of that file.

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

Post by alom310 » Thu Jan 07, 2021 1:51 pm

alom310 wrote:
Thu Jan 07, 2021 9:34 am
When I try to print shipping list I get a bunch of these errors at the top of the Dispatch List. I have found other posts about the same warning but could not find a solution.

Code: Select all

"Warning: A non-numeric value encountered in /home/514449.cloudwaysapps.com/wjmqnmgecz/public_html/vqmod/vqcache/vq2-_home_514449.cloudwaysapps.com_wjmqnmgecz_private_html_storage_modification_admin_controller_sale_order.php on line 2032"
When I look in the file mentioned (order.php) there is no line 2032, it only goes up to 1846. Looks like vqmod has something to do with it? I have tried to clear cache in vqmod but I still get an error. When I disable vqmod, the error says line 1832, which would be "'store_telephone' => $store_telephone," Not sure whats going on here...

TIA O0

New member

Posts

Joined
Fri Aug 16, 2019 10:58 am

Post by sw!tch » Thu Jan 07, 2021 2:08 pm


Full Stack Web Developer :: Send a PM for Custom Work.
Backup and learn how to recover before you make any changes!


Active Member

Posts

Joined
Sat Apr 28, 2012 2:32 pm

Post by paulfeakins » Thu Jan 07, 2021 6:32 pm

alom310 wrote:
Thu Jan 07, 2021 9:59 am
I have removed vqmod and this is the error I am getting now.

Warning: A non-numeric value encountered in /home/514449.cloudwaysapps.com/wjmqnmgecz/private_html/storage/modification/admin/controller/sale/order.php on line 1832
Caused by an extension, disable them 1-by-1, clearing the OCMOD cache each time, until the warning goes away.

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by alom310 » Thu Jan 14, 2021 4:46 pm

sw!tch wrote:
Thu Jan 07, 2021 2:08 pm
You already apply this fix?
https://github.com/opencart/opencart/co ... 24f50ab5b8

-
Awesome! This was the fix! For me, the line that needed to be edited was 1769, OC 3.0.2.0.

New member

Posts

Joined
Fri Aug 16, 2019 10:58 am
Who is online

Users browsing this forum: No registered users and 21 guests