Found this error in my apache error logs:
PHP Fatal error: Call to undefined function feeds_importer_load_all() in /DRUPAL7/sites/all/modules/contrib/feeds_tamper/feeds_tamper.module on line 107, referer: http://EXAMPLE.COM/eng/admin/people/permissions
Comments
Comment #1
dgtlmoon commentedThis is an error from feeds_tamper module right? http://drupal.org/project/feeds_tamper
Comment #2
mgiffordWell, not your issue anyways. I should have picked that out. Thanks @dgtlmoon
Comment #3
twistor commentedThis definitely don't normally happen. Could you be missing the Feeds module or something?
Comment #4
chrisjlee commentedI have this error as well. This error would occur repeatedly when my i would flush the drupal cache with drush. It would provide the following error:
I think i may have fixed it. I had to rebuild the my database registry with the registry rebuild module.
performing a drush rr provides the following output:
Comment #5
twistor commentedThis has been a while, I think it's probably worked out.
The weird thing is that Feeds also calls feeds_importer_load_all() from hook_permission() but wasn't throwing this error.
If anyone is still seeing this, feel free to re-open.
Comment #6
alfthecat commentedUsing the latest dev of the feeds module and the feeds_tamper module, I'm still getting the error.
drush @[website] rr
The registry has been rebuilt via registry_rebuild (A). [success]
PHP Fatal error: Call to undefined function feeds_importer_load_all() in /var/aegir/platforms/[platform]/sites/all/modules/feeds_tamper/feeds_tamper.module on line 112
Fatal error: Call to undefined function feeds_importer_load_all() in /var/aegir/platforms/[platform]/sites/all/modules/feeds_tamper/feeds_tamper.module on line 112
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to undefined function feeds_importer_load_all() in /var/aegir/platforms/[platform]/sites/all/modules/sites/all/modules/feeds_tamper/feeds_tamper.module, line 112
Comment #7
twistor commentedCan you confirm that the feeds module exists? And the version.
Comment #8
alfthecat commentedYes the module exists. I've completely removed the two modules, feeds and feeds_tamper and re-downloaded them. To no avail.
UID1 is getting a WSOD on login and on cache clear on any other operation through drush, the above mentioned error appears.
Comment #9
twistor commented@AlfTheCat, can you jump on IRC? It would be awesome if I could debug this with you.
If not, there's an obvious patch, but it's icky.
Comment #10
technikh commentedI get this error without feeds tamper. I don't have tamper module enabled or downloaded.
enabling feeds with drush throws error.
feeds (7.x-2.0-alpha8)
Comment #11
alfthecat commented@twistor
Sorry for the extremely late reply and your kind offer to help. I strongly suspect it's something with my setup somehow, before taking up any of your time I'll free up some of mine and check if perhaps during updating feeds and applying the various patches required, files went missing or files from previous versions left over that are causing trouble.
So far disabling feeds_tamper got rid of the problem but again, I suspect it's feeds rather that feeds_tamper. It would be awesome of some of the patches there got committed because right now, for instance, I'm having to sacrifice automatic fetching of CSV files in order to get taxonomy inheritance working. Both patches target the same file. That's outside of our influence but my feeling is it's at the root of this problem.
Thanks again and will keep this issue updated if I find something.
Comment #13
twistor commentedI've added a hack that should fix the error.
Calling this fixed since I can't reproduce it.