I just did an install and get this error:
On install I just got this error and a WSOD. I suggest using the schema system in Drupal6 instead of direct queries.
* 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 ' PRIMARY KEY(file)' at line 3 query: CREATE TABLE plugin_manager_files ( short_name VARCHAR(255) NOT NULL, file VARCHAR(255)), PRIMARY KEY(file) in /var/www/m/drupal6/sites/all/modules/plugin_manager/plugin_manager.install on line 17.
* 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 '' at line 4 query: CREATE TABLE plugin_manager_queue ( short_name VARCHAR(255) NOT NULL, action enum('add', 'remove', 'depend'), PRIMARY KEY(short_name) in /var/www/m/drupal6/sites/all/modules/plugin_manager/plugin_manager.install on line 21.
Comments
Comment #1
Anonymous (not verified) commentedI hope to have this completed in the next day or so. Thank you. :)
Comment #2
Anonymous (not verified) commentedI have switched over to use schema.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.