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

czigor’s picture

Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

dshields’s picture

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

dshields’s picture

eventually, 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?

saitanay’s picture

Issue summary: View changes

Ran 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