Hi,
I recently moved my site from one directory of my webspace to / and now all my Panels are completly gone.
Under admin/structure/ the Panels Link is not appearing and admin/structure/panels sends me to /admin/structure.
Completly uninstalling Panels and a new install doesnt help. I don't get any error messages and am not that experienced. It would be great if someone could point me in the right direction :)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | panels.jpg | 124.46 KB | dfrechen |
Comments
Comment #1
Letharion commentedI struggle to understand what could have caused this.
Try these two queries against your db, to give some debugging information:
Comment #2
dfrechen commentedThanks for your quick answer.
i got no reply doing those queries in mysql. so i did a search for panels in the two tables.
In system i found whats in the attachment.
In menu_router there is nothing with panel in.
Comment #3
Letharion commentedWow, that's really wierd. I have no idea what so ever, why this is.
So we know that the menu-entries don't get registered. I suppose the next thing to figure out of core requests them at all.
Add something like this:
drupal_set_message("Running menu hook");as the first line infunction panels_menu().Unfortunately, I think that this is going to go beyond being a Panels specific bug, to being something in your setup.
Comment #4
dfrechen commentedThanks for your help.
I figured out that the menu doesnt seem to get rebuilt when iam using a custom theme. Changing it to a standard one and running update.php rebuilds the menus. So it seems as a specific Bug of the theme.
Comment #5
Letharion commentedThat's quite odd. I'm glad you got it working :)
Comment #6
Letharion commentedActually, before we close this, there's a possibility it's connected to this: http://drupal.org/node/1359090#comment-5324720 if you could give the same update a try with that code removed, it would be greatly appreciated. :)
Comment #7
lsolesen commented@dfrechen Could you try Letharions suggestion and try the solution in the referenced issue?
Comment #8
lsolesen commentedClosing issue for inactivity. Please reopen if it still persists.