I'm getting this error when I install the audio module.

* user warning: You have an error in your SQL syntax near '; ' at line 20 query: CREATE TABLE audio ( `vid` int(10) unsigned NOT NULL default '0', `nid` int(10) unsigned NOT NULL default '0', `title_format` varchar(128) default '', `play_count` int(10) unsigned NOT NULL default '0', `download_count` int(10) unsigned NOT NULL default '0', `downloadable` tinyint(1) NOT NULL default '1', `file_format` varchar(10) NOT NULL default '', `file_mime` varchar(255) NOT NULL default '', `file_name` varchar(255) NOT NULL default '', `file_path` varchar(255) NOT NULL default '', `file_size` int(10) unsigned NOT NULL default '0', `sample_rate` int(10) unsigned NOT NULL default '0', `channel_mode` varchar(10) NOT NULL default '', `bi in /home/webadmin/trinityindy.org/html/includes/database.mysql.inc on line 172.
* user warning: You have an error in your SQL syntax near '; ' at line 9 query: CREATE TABLE audio_metadata ( `vid` int(10) unsigned NOT NULL default '0', `tag` varchar(45) NOT NULL default '', `value` varchar(255) NOT NULL default '', `clean` varchar(255) NOT NULL default '', PRIMARY KEY (`vid`,`tag`,`value`), KEY `audio_metadata_tags` (`clean`) ) /*!40100 DEFAULT CHARACTER SET utf8 */; in /home/webadmin/trinityindy.org/html/includes/database.mysql.inc on line 172.

Audio module 5.x-2.x-dev
drupal-5.2
Apache 1.3.27
php4 4.3.10
MySQL Server 3.23.56

CommentFileSizeAuthor
#1 audio_179671.patch1.35 KBdrewish

Comments

drewish’s picture

Status: Active » Needs review
StatusFileSize
new1.35 KB

does this help? you'll need to delete the row in the {system} table where the module field = 'audio' before you can test this.

jt.sellers’s picture

Thanks! I'm new with this. Is there an easy way to apply the patch?

alpinejag’s picture

drewish’s picture

Status: Needs review » Fixed

went ahead and committed this since it's a pretty trivial change and might help other people.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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