Closed (fixed)
Project:
Bean (for Drupal 7)
Version:
7.x-1.0-rc8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2013 at 19:14 UTC
Updated:
4 Feb 2013 at 13:50 UTC
I get tons of ctools warnings like this in the watchdog logs:
WD ctools: Plugin views-workbench_edited-block_1 of plugin type bean:types points to nonexistent file sites/all/modules/bean/bean_all/plugins/BeanAll.class.php for class handler handler.
Comments
Comment #1
indytechcook commentedThis is because how ctools handles the includes of it's plugins. It makes a bunch of assumptions about the name and location of these files. You can safely ignore them or add the file/path elements to the plugin definition.
I went ahead and added them to the bean_all plugin here: http://drupal.org/commitlog/commit/22232/e1a29e2b87a32cda27571e541f39951...