Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Warning: A non-numeric value encountered to upgrade my open cart php version

array_splice($lines, ($line_id + 1) + $offset, 0, explode("\n", $add));

This line i facing error and i have upgrade version 7 to 7.3 now facing this error

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

This is a feature introduced in 7.1 this means that a variable passed is non numeric in an aritmetic operation you can cast the value To be sure. in your code i suspect line_id or offset you can use (int).

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading