I am seeing the following warning on a clean D7.12 site while testing out this module when accessing the config page under admin/commerce/config/checkout/checkout-login
Warning: Missing argument 3 for commerce_checkout_login_settings_form() in commerce_checkout_login_settings_form()
(line 37 of contrib/commerce_checkout_login/commerce_checkout_login.module).
The hook_form function noted is expecting a 3rd argument $pages but I don't see where it's being passed in.
function commerce_checkout_login_settings_form($form, $form_state, $pages)
Comments
Comment #1
brephraim commentedI just removed the $pages argument.
Comment #2
legolasboThis is solved by the patch in #2009986: Add capability to require login for existing and new users.