Closed (fixed)
Project:
Address Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2013 at 13:18 UTC
Updated:
24 Jul 2013 at 20:01 UTC
Upon submission of a webform using addressfield and addressfield_tokens, I get this error message:
Notice: Undefined index: administrative_area in _addressfield_process_format_form() (line 183 of /var/www/foo/www/sites/all/modules/addressfield/addressfield.module).
Any input would be appreciated.
Thanks!
Comments
Comment #0.0
cmejo commentedfixed formatting
Comment #1
rszrama commentedHonestly, I'm not sure how you're ending up with an address field value that is missing an administrative_area key. There's some problem upstream, but as with #1997572: Undefined index in _addressfield_render_address() line 223, we can make this a little more defensive.
Commit: http://drupalcode.org/project/addressfield.git/commitdiff/c5cfac2
Comment #2.0
(not verified) commentedfixed formatting again...