The installer creates the table WITHOUT prefix (if set in sites/.../settings.php). However, all queries run against the tablename WITH prefix.
The installer creates the table WITHOUT prefix (if set in sites/.../settings.php). However, all queries run against the tablename WITH prefix.
Comments
Comment #1
NGRhodes commentedError is in line 35 of the installer, curly braces needed.
db_query("CREATE TABLE `seo_subgroup` (should be
db_query("CREATE TABLE {seo_subgroup} (Comment #2
ben finklea commentedFixed in the latest release. Download here until CVS updates: http://drupal.org/files/issues/SEOChecklist-5.2.zip
Thanks, Nick!!!