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

Soren Jones’s picture

Priority: Critical » Normal

Is 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.

Soren Jones’s picture

Status: Active » Postponed (maintainer needs more info)