I used devel generate to create dummy content which contains an address field:

Notice: Undefined offset: 8 in _addressfield_sample_addresses() (line 48 of /var/www/sites/all/modules/contrib/addressfield/addressfield.devel_generate.inc).

At the end, some of my content was missing required fields (such as the zipcode for a US address for example).

Comments

vbouchet created an issue. See original summary.

bojanz’s picture

Are you running a recent -dev (1.2 or later)?
Are you sure your files are all up to date (did you replace addresses.txt when you updated the other files?)

We fixed a few devel_generate bugs, wondering if this is a new one.

vbouchet’s picture

Status: Active » Closed (cannot reproduce)

Hi Bojanz,

You are right, I am using 1.1 I did not tried the new version. I just tried it right now and the issue is not here anymore.

Thanks for the very quick feedback, I will pay more attention next time ;-)