Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2010 at 11:57 UTC
Updated:
9 Oct 2010 at 16:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
alex_b commentedWhat version do you upgrade from?
The situation looks very strange. It's almost like you're upgrading on a site that has a Feeds beta 7 schema, a beta 7 .install file, and a beta 5 .module file..
Please make sure that prior to upgrading you've replaced (i. e. removed old directory, moved new directory in place), not overwritten your existing feeds directory.
Comment #2
apmsooner commentedI upgraded from beta 5 and did all of the following. Maybe an isolated issue so I just uninstalled and deleted all the old files to get a completely fresh beta 7 install and everything is good now. Thanks.
Comment #3
irous commentedSame thing happened to me, same error. Updating from beta 5.
The update process was aborted prematurely while running update #6012 in feeds.module. All errors have been logged. You may need to check the watchdog database table manually.
An error occurred. http://www.mysite.com/update.php?id=151&op=do
Fatal error: Call to undefined function feeds_reschedule() in /var/www/vhosts/mysite.com/httpdocs/sites/all/modules/feeds/feeds.install on line 557
Logged error:
Unknown table 'mysite_feeds_schedule' query: DROP TABLE mysite_feeds_schedule in /var/www/vhosts/mysite.com/httpdocs/includes/database.mysql-common.inc on line 261.
Comment #4
alex_b commentedPlease apply this patch and let me know whether this works. Relying on the module's API function again turns out to be not advisable. I may commit this patch rather sooner than later.
Comment #5
alex_b commentedThis issue is critical, overlapping bug reports at the end of the thread here: #705444: Feed Nodes don't import on Cron with Feeds Beta7 + Job Scheduler
Comment #6
alex_b commentedImproved patch, will reschedule feeds for all versions, also from beta7.
Testing now and committing soon.
Comment #7
alex_b commentedThis is committed now. Thank you for reporting.
http://drupal.org/cvs?commit=427334