Postponed (maintainer needs more info)
Project:
e-Commerce
Version:
6.x-4.0-rc18
Component:
-- other --
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2010 at 22:51 UTC
Updated:
12 Jul 2010 at 14:36 UTC
Get latest code "6.x-4.0-rc18 Download (200.03 KB) 2010-May-30 Notes"
steps to reproduce
Add a product to the cart
View shopping cart
click check out
get the following error:
warning: implode() [function.implode]: Invalid arguments passed in
includes/form.inc on line 833.
is this a config problem? Or a coding issue
Comments
Comment #1
Soren Jones commentedIs anyone else getting the same error?
When someone ran into the same error in this Subscription module issue: #811526: warning: implode() [function.implode]: Invalid arguments passed in includes/form.inc on line 833., the maintainer asked, "You don't have the call stack, do you?" If you install the [[http://drupal.org/project/devel|devel module]], I think you can use the function ddebug_backtrace() in your node.tpl.php or something to see the call stack.
Comment #2
Soren Jones commented