Closed (cannot reproduce)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2012 at 13:22 UTC
Updated:
17 Jul 2014 at 08:07 UTC
Jump to comment: Most recent
Comments
Comment #1
andrew_mallis commentedto be more precise:
feeds_importer
feeds_item
feeds_log
feeds_push_subscriptions
feeds_source
all remain after uninstalling the module.
This causes problems if one attempts to re-enable feeds:
hook_uninstall should delete the tables.
Comment #2
dgtlmoon commentedNot really a major issue
Comment #3
rvdtuin commentedI did a uninstall on localhost and feeds_importer was deleted,
when I did a uninstall on the (remote) server feeds_importer was not deleted.
The feeds_importer needed to be deleted because of this issue: drupal.org/node/1828950
It looks like the conversion of the two DB columns to one BLOB seams to have worked (although it shouldn't), no errors, but
feed_importers don't work.
I will delete these importers and add new importers, the only thing is what causes the difference in outcome of the uninstall on localhost(DAMP) and (remote)Apache server??
Comment #4
twistor commentedNo, feeds_uninstall() should not delete them. They should be deleted automatically by Drupal core.
I have never seen this issue. What database are you using? I'm guessing that something is failing when Drupal is trying to delete them.
Comment #5
twistor commented