Closed (duplicate)
Project:
Imagemenu
Version:
6.x-1.0-rc5
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2008 at 10:51 UTC
Updated:
8 Mar 2010 at 12:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
feisal.ahmad commentedEncountered the same problem, traced it to the imagemenu.module file, line 157. A NULL is passed as page argument, changing it to '%imagemenu_link' fixes the problem as far as I can see
Comment #2
feisal.ahmad commentedSubmitted patch
Patch needs work, I was a bit too hasty with submitting since saving changes to an item now somehow crashes my httpd... (wamp server)
Comment #3
feisal.ahmad commentedI found out the submitted patch is not really the way to go, it can be used as a temporary workaround though in combination with the patch I am submitting now. The problem was with the redirection to the imagemenu-customize page which uses the parent mid.
The earlier submitted patch is wrong too, I was trying to set the menu identifier but I don't think this patch does that correctly.
Comment #4
brankoc commentedhttp://drupal.org/node/523354 is a duplicate report of this bug. It's got a working patch.
Comment #5
marcus_clements commented