I had problem with old records in database tables.
When I delete Feed they are no more visible in Drupal site. But they still exist in database.
And it seems that scheduler still launch them creating bad FeedItems.

I found bad records in those tables. I deleted them manually.
feeds_schedule
feeds_source

Regards

CommentFileSizeAuthor
#4 797228-4_clean_up.patch743 bytesalex_b

Comments

alex_b’s picture

Status: Active » Postponed (maintainer needs more info)

This shouldn't happen. Maybe at the time when the feed nodes were deleted, the importer was not configured for that particular content type?

boogsbobo’s picture

same happened to me. I deleted a feed when the feed type was disabled. Had to delete the records from the database, but I only found them in feeds_source.

acb’s picture

Exact same thing happened to me, creating all sorts of hard-to-track down phantom feeds.

alex_b’s picture

Priority: Normal » Critical
Status: Postponed (maintainer needs more info) » Needs work
StatusFileSize
new743 bytes

I follow now. Stuff's not properly deleted when importer is disabled before deletion. Attached patch solves this issue for the feeds_node_item table. feeds_source and feeds_schedule (job_schedule) is unresolved.

Vayira’s picture

Subscribing... when feeds nodes are deleted they are not removed from Job Scheduler. This seems to be the same issue.

Would it be safe to delete the offending rows from the Job Scheduler table by hand?

Acually I'm using 6.x-1.0-beta10

XiaN Vizjereij’s picture

Subscribing

dave reid’s picture

Priority: Critical » Major
Status: Needs work » Active

Committed #3 to Git: http://drupalcode.org/project/feeds.git/commit/1d60ac1.

This is also not a critical bug. Please do not abuse the priority field.

EvanDonovan’s picture

@Dave Reid: It was actually alex_b who set it to critical :)

dave reid’s picture

Yeah, it's still an abuse of the priority field. :)

XiaN Vizjereij’s picture

Status: Active » Fixed

Should be fixed now?

EvanDonovan’s picture

Status: Fixed » Needs work

No. alex_b said "feeds_source and feeds_schedule (job_schedule) is unresolved."

jamesgrobertson’s picture

I'm having the same problem. Just adding my two cents to watch the issue.

twistor’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)