- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
When going to /user/%user/cards/add/ to add a new card I get the following error message:
Warning: Missing argument 2 for addressfield_default_values(), called in ../sites/all/modules/contrib/commerce_stripe/commerce_stripe.module on line 478 and defined in addressfield_default_values() (line 375 of ../sites/all/modules/contrib/addressfield/addressfield.module).
Notice: Undefined variable: instance in addressfield_default_values() (line 376 of ../sites/all/modules/contrib/addressfield/addressfield.module).
Notice: Undefined variable: instance in addressfield_default_values() (line 377 of..//sites/all/modules/contrib/addressfield/addressfield.module).
Notice: Undefined variable: instance in addressfield_default_values() (line 404 of../sites/all/modules/contrib/addressfield/addressfield.module).
I'm not sure what the intended behavior is but there's no address field appearing on the page either.
The cause of the problem is that the addressfield_default_values() function has changed since the relevant commerce_stripe code was written.
Write a patch.
Writing a patch
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.