I recently updated to the latest ctools version. Which brought up an error in feeds alpha 12. After updating to alpha 15 I'm getting this error running update.php:
Call to undefined function feeds_enabled_importers() in feeds_defaults.module on line 16
Comments
Comment #1
alex_b commentedfeeds_enabled_importers() is available in feeds.module. Any chance your modules have moved in location? Does the actual location of feeds.module match with what system table says?
Comment #2
alex_b commentedComment #3
Branndon commentedI just enabled feeds for the first time, and got this error "Fatal error: Call to undefined function feeds_importer_enabled() in /home/website/public_html/sites/all/modules/feeds/feeds_defaults/feeds_defaults.module on line 16"
It crashed the whole site. I restored the DB from a backup.
Drupal 6.
NEVER MIND. I didn't delete the feeds folder before updating the module. There was an alpha 12 file hanging around.