1. I installed the Feeds module on a Linux machine
2. I created a backup of the database and all code
3. I restored the backup on a MAC OSX Lion machine
4. I tried to start the site (Home)
5. Apache show me the following error and abort the rendering of the main Home-page
[Thu Nov 17 11:59:36 2011] [error] [client 192.168.36.82] PHP Fatal error: Class name must be a valid object or a string in /Library/WebServer/Documents/sites/all/modules/feeds/includes/FeedsConfigurable.inc on line 59
From that moment, my site became unusable on Mac OS X Lion
Comments
Comment #1
czigor commentedI had the same issue after moving the feeds folder to another location. I could not even clear the cache (not even with drush). I could, however disable feeds by saying
drush dis feeds
After this I could clear cache and reenable feeds. All my importers remained intact.
Comment #3
dshields commentedI'm seeing this same issue, but can't use drush to solve the problem.
Caches won't clear - it just spits out the same issue.
Comment #4
dshields commentedeventually, i commented out enough lines that were spitting errors to be able to clear caches, then removed my comments and tried again and the drush cc all worked...
Who knows?
Comment #5
saitanay commentedRan into the same issue.
Had to disable feeds via drush and then re-enabled (including all the other dependant modules that were disabled when i disabled feeds)\
Brough the site up. Thanks czigor