Closed (won't fix)
Project:
Features
Version:
7.x-2.0-beta2
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2010 at 04:25 UTC
Updated:
8 Jun 2015 at 13:36 UTC
Jump to comment: Most recent
Comments
Comment #1
jenlamptonDo you have the page manager module enabled? I've never seen that error before, and I'm unable to reproduce it. Please upgrade to the latest branch and reopen if this continues.
Comment #2
MichaelCole commentedHi, I'm getting a similar error trying to enable a features module. I'm up to date on code versions. Any fixes?
I enable all the dependent modules:
And still get this error:
Comment #3
MichaelCole commentedThis did not help :(
Comment #4
merlinofchaos commentedThe panels_display class is in panels.module
The only way this can happen is if something that requires Panels is being loaded while the panels module is disabled. It's possible there is a failed dependency but for whatever reason, the fix would be to enable Panels module.
Comment #5
MichaelCole commentedThanks Merlin! That worked.
The message
The plugin definition of panels_layouts cannot locate schema panels_layout.is related to http://drupal.org/node/889742Bouncing to Features.
Comment #6
MichaelCole commentedHi,
I made a features with one page in page manager. The front page of my site with some static panels.
When I exported the feature and imported, I got the above error. This is because "Panels" wasn't installed.
Enabling panels before enabling my features module is the workaround.
Thanks!
Mike
Comment #7
mpotter commentedClosing this for lack of activity. Please re-open this issue if you can reproduce it in the latest version.
Comment #8
cayenne commentedHello there. I hate to reopen an issue, but I am getting exactly this same error. I had to go to the database to enable the panels module. Then it worked like a champ.
Comment #9
bsandor commentedSame solution for me. Except that I enabled it through the UI.
Comment #10
mpotter commentedUnfortunately Features itself can't do anything about this. Dependencies are handled by the modules that implement the export functionality. In this case you need to report this to the Panels or CTools issue queues. (Page Manager is part of CTools).