The installer creates the table WITHOUT prefix (if set in sites/.../settings.php). However, all queries run against the tablename WITH prefix.

Comments

NGRhodes’s picture

Error is in line 35 of the installer, curly braces needed.

db_query("CREATE TABLE `seo_subgroup` (

should be

db_query("CREATE TABLE {seo_subgroup} (

ben finklea’s picture

Status: Active » Closed (fixed)

Fixed in the latest release. Download here until CVS updates: http://drupal.org/files/issues/SEOChecklist-5.2.zip

Thanks, Nick!!!