This is a discussion on Previous - Next - With detailed info within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This Contribution Do not Work Properly. Tested with PHP5/Mysql5 This Contribution Do not Work Properly. When You Search Product and ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| This Contribution Do not Work Properly. Tested with PHP5/Mysql5 This Contribution Do not Work Properly. When You Search Product and You Click One, the followig error occurs : Warning: reset() [function.reset]: Passed variable is not an array or object in.........../includes/products_next_previous.php on line 39 Warning: Variable passed to each() is not an array or object in........../includes/products_next_previous.php on line 41 THE FIX POSTED BY DIDILIO DO NOT WORK. 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)) { This Create a infinite LOOP, and do not work properly. SOMEONE ALREADY SUCCEED TO FIX THIS CONTRIBUTION ? File is Full Package of 3.3 with buttons 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-08-2008 05:21 PM |
| 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 |