Jump to content

Warnings in Tools.php


MrBaseball34

Recommended Posts

I've been getting these warnings and wondering what could be the cause:

PHP Warning:  Invalid argument supplied for foreach() in /path_to/classes/Tools.php on line 869
PHP Warning:  uasort() [function.uasort]: The argument should be an array in /path_to/classes/Tools.php on line 872
PHP Warning:  Invalid argument supplied for foreach() in /path_to/classes/Tools.php on line 875

Link to comment
Share on other sites

It seems you are passing a variable that isn't an array like expected into the orderbyPrice function of classes/Tools.php. I don't know how that happened. That function is used by classes/Category.php, Manufacturer.php, Product.php, ProductSale.php and Supplier.php. I suggest that you do a debug_backtrace to get more information about what led to the error.

Link to comment
Share on other sites

  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...