Postponed (maintainer needs more info)
Project:
Imagefield marker
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2011 at 08:10 UTC
Updated:
26 Jun 2012 at 19:37 UTC
Hi
I just added a Image marker style (medium) in the image field settings on a content type.
When I create a new content with that content type and add an image on the image field, I get this error:
Notice: Undefined index: nb i imagemarker_widget_submit() (linje 209 av /home/lmb/public_html/modules/imagemarker/imagemarker.module).
Any help is much appretiated
Bstrgds
Tor
Comments
Comment #1
swentel commentedCan't reproduce this on the dev version, can you test and see if this also the case with that version.
Comment #2
domik commented+1
I get the same message after posting a node
I can add a description on the image though... but then i can't see it on the frontend
Comment #3
amango commentedI think this might help - I had the same problems with the undefined index!
I did the following steps: content_type >Publishing options > Multilingual support > ENABLE
And now when you add an image you should choose "Language neutral" as language!
It may still show an undefined index error, but I don't know why - it works (for me)!
I used the dev version
Comment #4
wayne57 commentedI am getting the same issue:
I think it has something to do with the virtual host and with the .htaccess but not entirely sure
Comment #5
swentel commented@wayne57 That's something completely different, you should pick a style which has a width and height, otherwhise it won't work.
Comment #6
wayne57 commentedMany thanks for that. Quite right, I created a new style e
With width and height and it now works a treat. I only wish the markers could be a little larger, but a great module.
Comment #7
ilfelice commentedPer comment #3 by amango, enabling multilingual support in the content type and setting the node to neutral language does the trick. Would be great if this could be fixed, so that this workaround is not required.
Comment #8
webmatter commented@amango #3
thank you for so much your tip. Worked like a charm. I guess I would never found out without your help.