Closed (won't fix)
Project:
Simplenews
Version:
6.x-1.0-rc6
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2009 at 07:20 UTC
Updated:
21 Nov 2010 at 23:57 UTC
Jump to comment: Most recent
Comments
Comment #1
sutharsan commentedA modules do not remove content from you website when you uninstall them. The message is a warning to the admin and is not an module error. Unless other modules do remove their actions, I see no reason to change this simplenews behavior.
Comment #2
Anonymous (not verified) commentedUnless the admin cannot delete the action, because simplenews_cron_action no longer exists in the action table?
Because that's my case. I cant manually delete that action, because it isnt there, yet watchdog keeps warning me about it. The actions db table has no "simplenews_cron_action" anymore.
Where do I look?
Comment #3
gregarios commentedJust log in as the "admin" and go to http://yourwebsite.com/admin/settings/actions/orphan
Comment #4
simon georges commentedComment #5
simon georges commentedOups...
At this point, this issue is going to be marked as won't fix. This is either not in the direction of the project, or too out of the project scope.
Comment #6
ahwebd commentedyou can also do the same as comment #3 with drush:
drush php-eval "actions_synchronize(actions_list(), TRUE);"