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

CommentFileSizeAuthor
#2 panels.jpg124.46 KBdfrechen
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Letharion’s picture

I struggle to understand what could have caused this.
Try these two queries against your db, to give some debugging information:

SELECT * FROM system WHERE name = "panels";
SELECT * FROM menu_router WHERE path LIKE "%panel%";
dfrechen’s picture

FileSize
124.46 KB

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

Letharion’s picture

Wow, 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 in function panels_menu().
Unfortunately, I think that this is going to go beyond being a Panels specific bug, to being something in your setup.

dfrechen’s picture

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

Letharion’s picture

Status: Active » Fixed

That's quite odd. I'm glad you got it working :)

Letharion’s picture

Status: Fixed » Active

Actually, 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. :)

lsolesen’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

@dfrechen Could you try Letharions suggestion and try the solution in the referenced issue?

lsolesen’s picture

Status: Postponed (maintainer needs more info) » Fixed

Closing issue for inactivity. Please reopen if it still persists.

Status: Fixed » Closed (fixed)

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