Closed (fixed)
Project:
Fasttoggle
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
19 Apr 2008 at 00:33 UTC
Updated:
25 Mar 2017 at 20:41 UTC
Jump to comment: Most recent
Comments
Comment #1
kkaefer commentedUnfortunately, I can't reproduce this behavior. Please try rebuilding the menu (go to the modules page and click on save configuration). Are you sure that you are user ID 1?
Comment #2
Anonymous (not verified) commentedI have rebuilt the menus.
I am user 1. I can access admin/settings without a problem.
When I deliberately put in an access callback of TRUE in fasttoggle_menu, it works fine (which it should do, but this is insecure).
I looked in my rebuilt menu_router table, and this is the row for admin/settings/fasttoggle. Looks weird, doesn't it?
The 0 and a:0:{} stand out as the problem, but I don't know how that's getting picked up.
Comment #3
Anonymous (not verified) commentedIf I add this line to the menu hook for fasttoggle, I fix the problem.
The drupal 6 function _menu_build_router gave me the clue:
However it's odd the way you're not having this problem... I'm beginning to think I have a voodoo PHP installation.
Comment #4
kkaefer commentedAh, that was broken by 6.2. I fixed it in CVS. Thanks for reporting.
Comment #5
kkaefer commentedhttp://drupal.org/node/248707 is the new release which fixes that bug.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.