Created a clone of the site template page. After saving, Admin menu shows up and so do the tabs in the various admin sections but the contents of the pages are blank. Need to back out to a default panels everywhere configuration. Disabled the page manager and panels everywhere modules via SQL to get access back to the site. Uninstalled panels everywhere and delete the folder from the modules directory. Cleared caches. Reinstalled the panels everywhere module and reinstalled. Same problem was back. Is there a way to delete all panels everywhere records from the SQL tables so I can get back to a default install?
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | panels_everywhere-n1266214-15-d6.patch | 1.81 KB | damienmckenna |
| #14 | panels_everywhere-n1266214-14-d7.patch | 2.31 KB | damienmckenna |
Comments
Comment #1
merlinofchaos commentedPanels Everywhere doesn't really have records of its own. You can have variants in the site_template task, but those are owned by page manager, so it never occurred to me to have PE actually remove them on uninstall.
If the contents of the pages are blank, though, it seems like you have a bigger problem than just some PE data.
Comment #2
druplerjr commentedThanks for the quick reply. You are really doing amazing work with all of this. Many thanks. I'm new to Drupal and still trying to figure things out. It appears that what I did was to set the new variant so that the panel would always be selected and then saved without adding any content to the panel. Since I had also set panels everywhere to use that variant for the admin theme as well it wasn't rendering anything but the admin menu. I was finally able to disable PM and PE to get the pages back. Then I was able to get to the setting to turn off using the panel for the admin theme.
Comment #3
merlinofchaos commentedPanels Everywhere tries to protect from that happenstance by never rendering the site template edit screen using itself.
If you visit admin/structure/pages/site_template that page should still render, regardless of an error on the site template. You can then disable the variant from there. I can see where actually uninstalling should remove any variants attached to the site template, though, and I'll mark the fact that it doesn't do that as a bug.
Comment #4
dig1 commentedI am doing some triage on this project. This issue relates to 7.x-1.0-alpha1. No activity has ocurred on this issue for approximately 30 months. Hopefully ok to Close (works as designed).
Comment #5
damienmckennaReopening this as it's still a valid bug - PE should remove its custom configuration upon uninstall, that's what the uninstall process is for.
Comment #6
damienmckennaThis doesn't remove the variants yet, but it does delete the variables.
Comment #8
damienmckennaA D6 version of #6.
Comment #10
damienmckennaI've committed the two patches to delete the variables, I'll work on the variants shortly.
Could someone please confirm these as being the right steps to delete the variants?
Comment #11
damienmckennaComment #12
damienmckennaRemove the site templates.
Comment #13
damienmckennaD6 backport.
Comment #14
damienmckennaFixed the D7 version so it actually deletes the theme variables.
Comment #15
damienmckennaD6 backport.
Comment #16
damienmckennaCommitted.