I use uc_subscription with ubercart to create monthly re-orders. However, when I view that new order I got an error. I guess because that the direct debit information is not copied.
# warning: implode() [function.implode]: Bad arguments. in /var/www/html/modules/directdebit/uc_directdebit/uc_directdebit.module on line 65.
Comments
Comment #1
clemens.tolboomThis is the offending code
This implies afaik that there is a record in the uc_directdebit table associated with the order. But is has no data.
Please check what happens when a subscription is created. What INSERT queries are executed? You can either install the devel.module for this or check the watchdog messages for "uc_dd_order", "save ....."
Comment #2
clemens.tolboomNo info from submitter. And very old.