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