Closed (fixed)
Project:
Administration menu
Version:
7.x-3.0-rc6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2017 at 17:07 UTC
Updated:
8 May 2020 at 16:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ericjenkins commentedSubmitting a Patch #2 which changes the
hook_menu()js cache path fromjs/admin_menu/cachetoadmin_menu/js/cache.Comment #3
rudi teschner commentedI'm currently setting up a site on nginx as well and ran across the same issue.
Since I already am on 7.x-3.0-rc5+3-dev, the patch above does not apply anymore, but nonetheless shows the anser, for anyone who has the same issue. Due to one of the changes instead, the paths need to be changed in admin_menu.module from 'js/admin_menu/cache' to 'admin_menu/js/cache' as you proposed and it starts working right away.
Thanks your your solution. :)
Comment #4
tisteegz commentedI am using 7.x-3.0-rc5 and I am getting this issue intermittently. When it disappears I have to then clear the cache and it works again. But it is the same error with the cache file.
EDIT: Changing those two lines did not fix the issue for me. My issue was this: https://www.drupal.org/project/admin_menu/issues/1622904
Comment #5
chris matthews commented@tisteegz, should this issue be closed as a duplicate of issue #1622904: Admin menu disappears randomly (again) if client-side cache option enabled?
Comment #6
chris matthews commentedComment #7
ericjenkins commentedRe-rolling this as Patch #7 for compatibility with admin_menu version 7.x-3.0-rc6.
Comment #8
Anonymous (not verified) commentedTip for anyone else searching for an answer to this issue, please see:
https://www.drupal.org/project/admin_menu/issues/2219467
We switched to the dev release and resolved the issue we were having with disappearing admin menu.
Comment #9
mikedance commentedI have resolved this issue by adding the following exclusion to my nginx virtualhost configuration:
Comment #10
thallesThis issue look me solved.
Comment #11
thalles