- Posts: 105
- Thank you received: 2
×
WooPrice Calculator PRO
[SOLVED]Getting an error
- Naidi
-
- Offline
Less
More
1 year 10 months ago #2109
by Naidi
Naidi replied the topic: Getting an error
Hi,
thank you for your feedback. We will analyse more the warning and our development team will probably solve it in the next update of the software.
Feel free to write us if you will have further problems.
Best regards
Naidi
AT1147
thank you for your feedback. We will analyse more the warning and our development team will probably solve it in the next update of the software.
Feel free to write us if you will have further problems.
Best regards
Naidi
AT1147
Please Log in or Create an account to join the conversation.
- Zak Venturo
-
Topic Author
- Offline
Less
More
- Posts: 1
- Thank you received: 0
1 year 10 months ago #2108
by Zak Venturo
Zak Venturo created the topic: Getting an error
The error is
Warning: count(): Parameter must be an array or an object that implements Countable
and its on line 42 of OrderHelper.php where it is stated:
if(count($simulation) == 0)
I changed this to
if(!is_array($simulation))
Might not be the best change, but this does get past the error.
It has something to do with the version of PHP i am using which is 7.2
Warning: count(): Parameter must be an array or an object that implements Countable
and its on line 42 of OrderHelper.php where it is stated:
if(count($simulation) == 0)
I changed this to
if(!is_array($simulation))
Might not be the best change, but this does get past the error.
It has something to do with the version of PHP i am using which is 7.2
Please Log in or Create an account to join the conversation.
Moderators: david
Time to create page: 0.218 seconds