Guest Posted September 7, 2005 Share Posted September 7, 2005 HI Have installed module and tracking works fine. Problem is when i move the orders over - I get an error page (the orders do move over to the database correctly and the green and red lights in order check work fine too) The error I am currently getting is as follows: Warning: reset(0): Passed variable is not an array or object in /(my site details)/catalog/admin/includes/functions/database.php on line 55 Warning: reset(0): Passed variable is not an array or object in /(my site details)/catalog/admin/includes/functions/database.php on line 58 Warning: reset(0): Passed variable is not an array or object in /(my site details)/catalog/admin/includes/functions/database.php on line 62 Warning: reset(0): Passed variable is not an array or object in /(my site details)/catalog/admin/includes/functions/database.php on line 63 1064 - You have an error in your SQL syntax near '( values)' at line 1 Insert into orders_products_attributes) values) [TEP STOP] -- From my database php file the lines in question 55 reset($data); 58 while (list($columns, ) = each($data)) { 62 reset($data); 63 while (list(, $value) = each($data)) { Would appreciate any help - many thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.