After uploading a zip of pics, you can not rearrange them right away. You have to save the node, and reload the edit node page, before you can change the order.

CommentFileSizeAuthor
#4 imagefield_zip.patch409 bytesmikeytown2

Comments

mikeytown2’s picture

Priority: Normal » Critical

Actually it breaks the JS rearrange on every page resulting in these cryptic taxonomy errors. I can move an image down and it kinda works; moving it up and no go.

Illegal offset type in /.../modules/taxonomy/taxonomy.module on line 592.
Illegal offset type in /.../modules/taxonomy/taxonomy.module on line 1019.
Illegal offset type in /.../modules/taxonomy/taxonomy.module on line 1016.
Illegal offset type in isset or empty in /.../modules/taxonomy/taxonomy.module on line 1015.
jannalexx’s picture

it breaks the JS

actually it breaks js somehow, resulting in css problems in the theme in some content type creation pages
seen that before somewhere, it maybe has to do with javascript not being loaded properly
this is probably a more general failure/error, causing mixed behavior depending on each installation

mikeytown2’s picture

bump, this is really annoying; having to disable and re-enable this module all the time.

mikeytown2’s picture

Status: Active » Needs review
StatusFileSize
new409 bytes

K... I think i got this one figured out. Don't ask how, not fun.

Comment out line 82 inside the imagefield_zip_form() function

'#imagefield' => &$form[$field_name],

__

mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.