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

Anonymous’s picture

Assigned: Unassigned »

I hope to have this completed in the next day or so. Thank you. :)

Anonymous’s picture

Version: » 6.x-1.x-dev
Status: Active » Fixed

I have switched over to use schema.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.