I'm occasionally getting the following error message:

Notice: Undefined offset: 0 in plup_validate_element() (line 192 of ...plup.module). Images field is required.

I believe validation is failing, however there seems to be no pattern to when this happens. Sometimes on creating the node, sometimes on editing it and reordering or removing images.

Any ideas?

Comments

hadsie’s picture

I've had a few users report this exact error, but unfortunately haven't had any luck attempting to reproduce it. DId you manage to get any further with this?

Anonymous’s picture

Unfortunately no, sorry. I couldn't figure out a pattern to its occurrence, so for now the client is just putting up with it. Would be nice if we could get to the bottom of it though.

hadsie’s picture

It looks like this is the same issue as #1617738: If field is required with multiple value.. I was able to reproduce the error by deleting the first image and submitting the form. Upgrading to the latest dev fixed this issues for me.