When enabling the module the following warning it issued:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'admin/build/modules', '', 3)' at line 1 query: INSERT INTO qa_checklist (id, group_id, name, module, download, enable, configure, order_id) VALUES (19, 6, 'Admin Role module', 'security_review', 'http://drupal.org/project/adminrole, 'admin/build/modules', '', 3) in /home/pcampbell/Workspace/site-music/sites/all/modules/qa_checklist/qachecklist.install on line 161.
Comments
Comment #1
entr3p commentedI got the same warning as well:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'admin/build/modules', '', 3)' at line 1 query: INSERT INTO qa_checklist (id, group_id, name, module, download, enable, configure, order_id) VALUES (19, 6, 'Admin Role module', 'security_review', 'http://drupal.org/project/adminrole, 'admin/build/modules', '', 3) in /home/learning/public_html/sites/all/modules/qa_checklist/qachecklist.install on line 161.
Comment #2
Anonymous (not verified) commentedThe same here
Comment #3
eidolon nightFixed in Beta 2. Thank you for the report.