Discussions

Missing configuration for parameter param_field_firstname

The Commerce Module was added to an existing D7 website. So far, the only issue I have encountered is a failure to add anonymous users. When I checked the Rules module, I found the following error: Missing configuration for parameter param_field_firstname.

My permissions settings appear to be correct and I cannot determine the cause of the error. Has anyone seen this error before? If so, can you point me in the right direction?

Thank you!

Posted: Mar 1, 2012

Comments

idesign on March 2, 2012

In case anyone is interested, I just resolved this problem, which I think is a bug in the Commerce module. The rule “Create a new account for an anonymous order” will fail if any of the fields it attempts to create are required. That failure will generate the ERROR: Missing configuration for parameter param_field_.

bbinkovitz on May 9, 2012

So, you found the source of the problem, but the issue doesn't seem to have been resolved in the module. Is there a patch for this or something? How do you fix it?

micky on May 26, 2013

I am still seeing this error using commerce kickstart Drupal7 . I DO have First Name set as a required field:

Create a new account for an anonymous order
Machine name: commerce_checkout_new_account, Weight: 2
Tags: Commerce Checkout
Error: Missing configuration for parameter param_field_first_name

Does anyone know of a patch available?