cunaedy / Cart-Engine

The small, yet powerful shopping cart based on PHP & MySQL.
https://www.c97.net/cart-engine-small-powerful-free-shopping-cart-script.php
5 stars 4 forks source link

Warning: count() #8

Closed DQ318 closed 4 years ago

DQ318 commented 4 years ago

I'm testing your application without making any changes to the source code and I noticed that, on some pages, when accessing normally, this error message appears at the top of each page:

Warning: count(): Parameter must be an array or an object that implements Countable in /opt/lampp/htdocs/includes/function.php on line 3566

This happens on several pages and the error is always the same (using XAMPP on Ubuntu 18.04 64bits).

Also in the Cart page, this error message appears at the top:

Notice: Trying to access array offset on value of type bool in /opt/lampp/htdocs/checkout.php on line 22

Thank you for your attention and congratulations for your great work.