Closed (fixed)
Project:
Administration menu
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2008 at 19:18 UTC
Updated:
26 Sep 2008 at 18:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
redndahead commentedChanging this to critical as this will break websites.
Comment #2
sunWhy do we have to set absolute = TRUE ?
Comment #3
redndahead commentedThat will add the http://mysite.com etc. otherwise you would output the same thing as you are now giving you the same error.
Comment #4
redndahead commentedBetter description:
I have a menu created that points to node/1 so in the menu_links db there is a path node/1
when admin_menu is enabled it adds the frontpage to the menu into the menu_links db. So it add a path node/1 to the menu_links table.
Now their are 2 node/1 paths
Now I am using path_auto and I have set the path when I save a page to be menu-path-raw. So I go to node/1 and save that node. It will do a search for node/1 and get the menu name. When it does a search it finds the admin_menu node/1 and prints it's title which in this case is an image tag to the druplicon.
absolute => true will change the path that admin_menu saves so that it is http://mysite.com/node/1 so when token does a lookup it will not find that path.
Comment #5
Proct0t commentedSimilar issue going on at #279767: User counter is output on login page for anonymous users
Comment #6
pwolanin commentedin fact, can be saved as a distinct path - it will not be substituted.
I think this issue is distinct from the one where the wrong link is called - that's caused by other modules doing an incorrect query. Probably pathauto should also be more careful, but I think this patch will alleviate some problems.
Comment #7
sunTrying to get some more attention.
Comment #8
pwolanin commentedThis probably needs an update function - otherwise I think the patch with give the double icon problem
Comment #9
sunComment #10
pwolanin commentedthis is a little heavy-handed for the update, but should work for everyone.
Comment #11
bengtan commentedSubscribing.
Comment #12
redndahead commentedTested the patch and it's working as planned. Sorry for the delay in testing. I like the wipe and rebuild feature.
Comment #13
pwolanin commentedcommitted and also releasing 6.x-1.1
Comment #14
sun@pwolanin: Thanks for keeping at this issue. However: Please look at the issue queue in front of creating a new release. If you had looked, you would have seen #305468: admin_menu 6.x-1.2. Over there is a list of issues, which are all critical, closely related, and not fixed yet. I urge you to assume more responsibility for co-maintaining this project, please. Unfortunately, this is the second release that has been published too early in terms of stability and reliability, and there is no question that end-users will blame us for doing so. I understand that release-early-release-often is a popular practice; however, admin_menu 6.x is still far away from being as stable as 5.x, and in this stage, each release should really include major bug fixes or we will sell our users. Thanks.
Comment #15
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.