Enabled the latest versions of these modules on Drupal 6.20:
- feeds
- job_scheduler
- feeds_social
Enabled the twitter.com search from /admin/settings/feeds_social.
Went to /node/add/feed-twitter-search, and entered a node title, as well as 'http://twitter.com/myaccount' for the Feed URL. Submitted the form, got to the batch operation, and hit this error:
Call to a member function getDocNamespaces() on a non-object sites/all/modules/contrib/feeds_social/parsers/FeedsTwitterParser.inc on line 24
I believe this is unrelated, but right after enabling the above modules from my admin (uid=1) account, I started getting permission denied to all /admin pages and a whole bunch of modules got randomly disabled. Had to clear the site's cache w/ Drush to get back in.
Comments
Comment #1
yuriy.babenko commentedAh, I see this is happening because I did not provide a valid Feed URL. The module expects an XML feed to be provided.
I suggest updating the Feed -> URL field on the node edit pages to add a description that gives an example of the URL format, and adding error handling to the node validation to ensure invalid URLs do not make their way into the batch operation.
Comment #2
yuriy.babenko commented