Closed (fixed)
Project:
Ubercart
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2008 at 21:33 UTC
Updated:
3 Jul 2008 at 03:12 UTC
currently line 162:
$result = db_query("SELECT order_id FROM {uc_orders} WHERE uo.modified <= %d AND uo.order_status = '%s'", $time, variable_get('uc_credit_clear_status', uc_order_state_default('completed')));
note that name 'uo' is not defined. This throws sql errors when credit cards are processed. This code only runs when credit card processing is in "debug mode" and being stored.
Comments
Comment #1
rszrama commentedFixed: http://www.ubercart.org/forum/bug_reports/5207/cron_script_causing_table...
Thanks!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.