Hi all --
My site seems to be running fine, with no apparent or reported errors.
But I happened to check my error log, and found the following messages:
The first error seems to refer to the line:[Fri Jun 2 17:09:02 2006] [error] PHP Warning: Division by zero in /home/evesteve/public_html/zen-cart/includes/classes/split_page_results.php on line 76
[Fri Jun 2 17:09:01 2006] [error] PHP Warning: Division by zero in /home/evesteve/public_html/zen-cart/includes/classes/split_page_results.php on line 76
[Fri Jun 2 17:08:44 2006] [error] PHP Warning: Variable passed to each() is not an array or object in /home/evesteve/public_html/zen-cart/includes/classes/shopping_cart.php on line 1658
[Fri Jun 2 17:08:24 2006] [error] PHP Warning: Variable passed to each() is not an array or object in /home/evesteve/public_html/zen-cart/includes/classes/shopping_cart.php on line 1658
where, apparently, 'number_of_rows_per_page' is not getting properly set higher up in the page (it's not referenced in any other file in the site).$this->number_of_pages = ceil($this->number_of_rows / $this->number_of_rows_per_page);
The other error refers to the line:
... which I'm at a loss to interpret; it's all geek to me.while ( list( $key, $val ) = each($_POST['products_id']) ) {
As stated, though, the site seems to be working. Any ideas what's going on?
-- Larry
[edit: spelling & tense correction]



