This is a discussion on Previous - Next - With detailed info within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; There is an error when you search products, and click in one. I upload the php file. Warning: reset() [function.reset]: ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| There is an error when you search products, and click in one. I upload the php file. Warning: reset() [function.reset]: Passed variable is not an array or object in /home/se000217/public_html/ropa-jeans/includes/products_next_previous.php on line 39 Warning: Variable passed to each() is not an array or object in /home/se000217/public_html/ropa-jeans/includes/products_next_previous.php on line 41 replace the line 39 to 41 with: if (is_array($id_array)) reset ($id_array); $counter = 0; while (list($key, $value) = is_array($id_array)) { More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Previous - Next - With detailed info | michael_s | New osCommerce Contributions | 0 | 02-07-2008 04:10 PM |
| Previous - Next - With detailed info | michael_s | New osCommerce Contributions | 0 | 01-17-2008 11:14 AM |
| Previous order still in cart? Michael-Can you help? | countingsheep | osCMax v2 Installation issues | 3 | 05-03-2007 10:11 AM |
| Previous - Next - With detailed info | michael_s | New osCommerce Contributions | 0 | 02-28-2007 09:00 AM |
| HELP: New customer going in under previous customer's login! | rhino | osCommerce 2.2 Modification Help | 1 | 07-31-2004 08:18 PM |