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.

Comments

deciphered’s picture

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.

deciphered’s picture

After fixing the previously mentioned issue it has become apparent that it has not solved this particular issue.

Looking further into this issue now.

deciphered’s picture

Status: Active » Fixed

Fixed and committed to DRUPAL-6--2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

patcon’s picture

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).

hanoii’s picture

@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