Reviewed & tested by the community
Project:
Bean: Twitter Pull
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2012 at 01:39 UTC
Updated:
19 Jun 2013 at 14:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
bkoether commentedHi Trent,
not sure what you are referring to. All files needed are in the package. The class TwitterPullBean is defined in plugins/bean/bean_twitter_pull.inc.
I don't get any errors.
Comment #2
bmx269 commentedPlugin twitter_pull of plugin type bean:types points to nonexistent file sites/example.com/modules/bean_twitter_pull/plugins/bean/TwitterPullBean.class.php for class handler handler.
Comment #3
bkoether commentedI think this is an issue with the Bean module, not this one.
Have a look at http://drupal.org/node/1376902
Comment #4
mrfelton commentedThis is still an issue. I see these errors repeated on site install using drush site-install. We eed to fix this in the same way that bean did in #1376902: Plugin container of plugin type bean:types points to nonexistent file.
Comment #5
valderama commentedI can confirm, this issue happens using drush site install.
The patch in #4 helps - as the installation runs smoothly. I'll put it RTBC ...
Comment #6
pcambraJust confirming the RTBC and pointing to the source of this problem (documentation in bean) #1973696: Fix bean.api.php to set path and file in the class level
To be strict, the class should bre renamed to BeanTwitterPull.class.php according ctools naming convections.
Comment #7
saltednutYes, this was a sweeping change made to avoid these problems with beans during site install. All plugins should be updated accordingly.
Comment #8
John Carbone commentedHad some nasty problems seeming to revolve around this issue as I was getting this in my watchdog logs. Anyway turned out that I had a bad combination of dependencies apparently. Even after updating them I still had issues. Uninstalling/re-installing didn't help either In the end I actually had to revert to an earlier database and re-run my steps with the following module versions, (the patch in #4 wasn't even needed although it could be applied).
Bean 7.x-1.2
Entity 7.x-1.1 (was running 7.x-1.0-rc3)
CTools 7.x-1.3 (was running 7.x-1.3)
Anyway, I'm just sharing in case someone else runs into this same problem and lands on this thread.
Comment #9
mmlabelle commentedJohn, could you share the error you were seeing. The bean just died on my site after an update and I'm trying to troubleshoot.