latest admin_menu D6-dev release 4-1-09 seems to break admin_menu_dropdown
VM - April 4, 2009 - 17:25
| Project: | Administration Menu Dropdown |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
admin_menu_dropdown seems to be broken with the newest (April 1) -dev release of admin_menu for D6
When I set the menu to CTRL-ALT-M
Everytime the page reloads the admin_menu is hidden again.
hidden by default is unchecked.

#1
Hi VeryMisunderstood,
Out of curiosity is your Drupal install in the root of your site or a sub-directory?
It did come to my attention not so long ago that running out of a sub-directory did cause an issue for that particular functionality, and I do have a fix for it, I just haven't had the time to commit it, but I will be doing so very shortly.
If that is not the case, then it's possible there is another issue.
Cheers,
Deciphered.
#2
After fixing the previously mentioned issue it has become apparent that it has not solved this particular issue.
Looking further into this issue now.
#3
Fixed and committed to DRUPAL-6--2.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.
#5
I had a problem like this, but it had to do with the new release of secure pages, which wasn't switching back to http correctly when not on a secure page. When this happened, the admin menu would disappear for whatever reason. Changing https to http manually (or vice versa.. i forget) would make the menu show up. To solve this, I just changed the secure pages setting so that it didn't even try to switch back to http from https, and then I never experienced anymore problems (although every page is now secure).
#6
@biocomp.pat: Found this as well, but with another fix that does not make you have all pages secured. Have a look @ #498754: admin_menu does not show on https (SSL) pages with Secure Pages module