Closed (fixed)
Project:
Edit term
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2009 at 13:16 UTC
Updated:
11 Jun 2009 at 00:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dman commentedYou are right. I was able to replicate.
Looks like something changed either in the D6.8+ menu handling, or the updates of image_gallery.module.
The boogaloo paths are because image_gallery is ODD in the way it captures the menu requests - it just takes everything under /image/* , then assumes the next argument is 'tid', then looks for the number :-}
That sorta dates back to Drupal 4.6 or earlier.
Anyway, the error was because edit_term tried to capture /image/tid/% away from image_gallery.module, but image_gallery wasn't using /image/tid/% as the path to match in the first case :-}
SO ANYWAY - I've put a patch into CVS that, after some guesswork, seemed to get it working again for image galleries.
give that a go. I'f it's OK for you, I'll call it an update, because without it it sure is broken.
CVS-dev may not roll for a while, here's the dev module.
Comment #2
asb commentedHi Dan,
thank you very much for this quick solution; the attached version works for me and solves the issue. If nobody objects, this could become a new release.
Greetings, -asb
Comment #3
dman commentedThanks for the feedback.
That's going in as a version 6--1-2. Should roll soon.