I enabled admin, disabled the toolbar, using Rubik for the admin theme, and started experiencing problems whenever I'm in the command line:
- drush disabling and enabling don't complete ever, although the actions gets performed: i.e., eventually it enables/disables a module/theme but never returns. A ^C (SIGINT) is needed to get back to the prompt.
- Trying to use curl or netcat fails:
curl -I localhost:89or
nc localhost 89 GET / HTTP/1.1 Host: localhost:89They both timeout.
I also had problems accessing certain menus. For example I installed performance from devel and I couldn't get to it's config menu.
Also the accordion of the admin items is not realiable. Sometimes it doesn't expand, sometimes it does.
Of course resetting the DOM (reloading the page) gets it back to the intended behavior.
I've erroneously reported this issue in core (using 7 beta1) and also on the nginx group. You can check what setup I'm using there.
Thank you,
António
Comments
Comment #1
perusio commentedForgot to add that I suspect that the culprit is somewhere in the interaction between overlays and the admin toolbar.
Comment #2
attiks commentedI guess I ran into something similar, I moved a working site from dev server (apache) to test server (ngingx) and I got the following symptoms:
1/ accessing a non-existing file as anonymous user gives me 404 from drupal
2/ everything works when logged in
3/ accessing any page (like node/1) as anonymous user gives me a time-out (set to 240sec)
so I disabled the admin module using 'drush dis admin' with the same problem as above, i had to kill it, but now everything works without any problems
Enabled modules
block
dblog
field
field_sql_storage
filter
menu
node
system
text
update
user
coder
coder_review
demo
devel
clientside_validation
clientside_validation_example
webform
Comment #3
perusio commentedThis seems to be analogous to #960126 and #938056. The patch indicated in the first fixes this issue.
Comment #4
yhahn commentedYep, I will follow up on the linked issues.