SEO Checklist Module version 2 released today
Version 2.0 of the Drupal SEO Checklist module was released today. Check it out and give me your feedback!
Groups:
Login to post commentsVersion 2.0 of the Drupal SEO Checklist module was released today. Check it out and give me your feedback!
Was it mostly code cleanup?
Was it mostly a code cleanup, or were any features added or changed?
I ran into problems updating, same as another person in the issue queue I noticed. It would have been nice to have a note in the changelog about this to help along with any upgrades.
Very much enjoying the module though, a great tool to keep track of site setup. Would be happy to learn a little bit about the benefits of each suggested module, and have some links to more info and configuration information.
database errors
I just put version 2 into my site and I'm getting this warning:
user warning: 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 /home/theportalusa/public_html/includes/module.inc on line 147.
This wouldn't seem to be the modules fault itself. But I updated other modules at the same time with no problem.
One thing I noticed. The folder is called seo_checklist and the modules files don't have the underscore. They are seochecklist.info, etc. Could that be confusing the system module? There is a row in system for the module:
('sites/all/modules/seo_checklist/SEOChecklist.module', 'SEOChecklist', 'module', '', 0, 0, 0, 0, 0, 'a:10:{s:4:"name";s:15:""SEO" Checklist";s:11:"description";s:52:"A Search Engine Optimization checklist for Drupal 6.";s:7:"package";s:15:""SEO" Checklist";s:7:"version";s:13:"6.x-1.0-beta3";s:7:"project";s:13:"seo_checklist";s:9:"datestamp";s:10:"1235159158";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}');
So is this why it's trying to insert another one?