Closed (won't fix)
Project:
SEO Checklist
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2009 at 17:23 UTC
Updated:
12 Aug 2009 at 19:21 UTC
Updated, deleted old files. On Modules page, checkmark next to this disappears after submit.
Comments
Comment #1
Starminder commentedAdditionally, just uploading the module files causes this error:
Duplicate entry 'sites/all/modules/seo_checklist/seochecklist.module' for key 1 query: INSERT INTO system (name, info, type, filename, status, throttle, bootstrap) VALUES ('seochecklist', 'a:10:{s:4:\"name\";s:15:\"\"SEO\" Checklist\";s:11:\"description\";s:52:\"A Search Engine Optimization checklist for Drupal 6.\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:15:\"\"SEO\" Checklist\";s:7:\"version\";s:7:\"6.x-2.0\";s:7:\"project\";s:13:\"seo_checklist\";s:9:\"datestamp\";s:10:\"1249685460\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}', 'module', 'sites/all/modules/seo_checklist/seochecklist.module', 0, 0, 0) in /usr/home/hoslo/public_html/includes/module.inc on line 147.
Comment #2
venusrising commentedSame here, tried on two sites, no good. Reinstalled old version and its fine
Comment #3
iHop commentedSame here, I tried it on three different sites before I gave up.
Comment #4
sgriffin commentedTo upgrade this module, you MUST go into the db and delete the entry for this module in the system table.
Uninstalling the old version of this module, apparently does not remove this entry.
Comment #5
bsorrells commentedSame thing happens for me. I deleted the row in the DB from the 'system' table and then it turned on just fine. I would think the module would do that on its own.
Comment #6
ben finklea commentedYes, the module should have done that on its own. However, the programmer for the old module (me) didn't know what he was doing. The new programmer (Kris Vanderwater) fixed this going forward. Sorry for the difficulty. I guess the easy workaround to losing your data would be to print the SEO Checklist page before you uninstall the old module. Then, at least you'd have the records.