Closed (duplicate)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.x-dev
Component:
Plugins system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Oct 2010 at 03:10 UTC
Updated:
12 Oct 2012 at 23:30 UTC
Comments
Comment #1
bmx269 commentedI have the same error.
Comment #2
merlinofchaos commentedI believe if you reload the error will go away? I think this is the same bug that's in 6.x about schema being refreshed too late.
Comment #3
screener commentedYes, the error went away when I reloaded the page. Thank you for your answer.
Comment #4
Wolfflow commentedComment #5
Whole Human commented> I believe if you reload...
Figured I'd add this, since it took me a bit to figure out what to reload since I received the error from drush and not off the admin area.
Go to your modules list (/admin/build/modules , enable other things or not as you need) and "Save configuration." Just clicking "Save configuration" again works too.
Best,
Michael
Edit: Also applies to:
The plugin definition of panels_mini cannot locate schema panels_mini.
Re-click save config.
Comment #6
decibel.places commentedI am having these same issues intermittently in the 6.x-1.x branch including 6.x-1.x-dev
I am exporting a Page Manager page from local dev to staging, same PHP versions and everything
I am *sometimes* able to import the page and view it, but then it "goes away" when the plugins warnings reappear.
The "fixes" above (clearing cache, resaving the modules admin page) are not working, tried various combos of Ctools and Panels versions.
AAArrrgh!
Comment #7
decibel.places commentedI see there is more discussion at #889742: The plugin definition of ctools_custom_content cannot locate schema ctools_custom_content.
However that thread has not resolved my 6.x issue
Comment #8
r2b2 commentedIm also having these problem :
"The plugin definition of panels_layouts cannot locate schema panels_layout."
I have upgraded views (6.x-2.16) ,ctools (6.x-1.8) and panels (6.x-3.10) . I used drush up views which i think also upgraded the ctools.
Is there a solution to this yet?
Thank you!
Comment #9
decibel.places commentedr2b2 are you using a Feature? Try removing Panels from the dependencies
#1267954: Feature dependencies can break schema in ctools page manager
Comment #10
r2b2 commentedNo I am not using features at all. When this error shows , all views on my site are un-usable . When I clear the cache (twice) it gets back.
Comment #11
decibel.places commentedr2b2
first of all check log messages at yourdomain/admin/reports/dblog you might see an error
in my case, I traced where the "can't find" error was triggered in code and worked back from there
to test my case, I added the "missing" schema array at the exact point where it failed and the error went away
I was able to work around it by removing Panels from dependencies in a feature I created
it turned out that clearing the menu cache triggered the error - I'm not really sure why just that one (I cleared it individually using Drush).
Perhaps you are using some module that is doing the same thing, with a dependency on Panels when Panels is already required (my hunch is that requiring Panels more than once might break it?)
---------------------------------
qq: after you used "drush up views" did you also "drush updb"?
Comment #12
r2b2 commentedi didn't do drush updb.. maybe that's were my error is. What does it do? Do you think upgrading to views 3 will solve the problem?
Comment #13
decibel.places commentedr2b2
ANYTIME you install new code versions of modules, themes, or core you MUST update your db!
`drush up` only updates the code
`drush updb` runs the update.php script
see http://drupal.org/node/672472 for more info
It's a good idea to backup your db and code (drush backs up code for you) before you make additions or updates to your site
Upgrading from Views2 to Views3 will probably affect any views you have previously built
Comment #14
HTF commentedSubscribing
Comment #15
Marko B commentedI had the same problem, but the problem was gonne when i went to ctools modul set and added all panels submodule that are in ctools.
Comment #16
wwedding commentedAnother way to make the problem go away could be to disable the panels module and re-enable it.