dieseld Posted December 2, 2004 Share Posted December 2, 2004 when I installed Paypal IPN, following the directions very closely, I encountered the following problems. Parse error: parse error, unexpected '}' in /home/diesed61/public_html/newcart/admin/orders.php on line 359 Line 359 reads } else { Warning: reset(): Passed variable is not an array or object in /home/diesed61/public_html/newcart/includes/modules/order_total/ot_tax.php on line 29 Line 29 reads reset($order->info['tax_groups']); Warning: Variable passed to each() is not an array or object in /home/diesed61/public_html/newcart/includes/modules/order_total/ot_tax.php on line 30 Line 30 Reads while (list($key, $value) = each($order->info['tax_groups'])) { Fatal error: Call to undefined function: cart() in /home/diesed61/public_html/newcart/includes/classes/order.php on line 26 Line 26 reads $this->cart(); Does anyone have a clue as to what I've done wrong? I swear I followed everything to the tee, and I have even tried to reinstall everything... Thanks, Tim Link to comment Share on other sites More sharing options...
Mark Evans Posted December 2, 2004 Share Posted December 2, 2004 Use the following module instead http://www.oscommerce.com/community/contributions,2679 It doesnt require editing of any of the core files and can be installed in under 3 minutes :) Mark Evans osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops) --------------------------------------- Software is like sex: It's better when it's free. (Linus Torvalds) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.