From: Jamie M. <ja...@mc...> - 2011-02-09 23:22:07
|
> Failed command: CREATE TABLE preview ( preview_id mediumint UNSIGNED NOT > NULL auto_increment, uid mediumint UNSIGNED NOT NULL, src_fhid > mediumint UNSIGNED NOT NULL DEFAULT 0, preview_fhid mediumint UNSIGNED NOT > NULL DEFAULT 0, title VARCHAR(255) NOT NULL DEFAULT '', introtext text > NOT NULL, bodytext text NOT NULL, active ENUM("no","yes") DEFAULT > "yes", PRIMARY KEY (preview_id) KEY uid (uid),) TYPE=InnoDB > > Does someone with mysql knowledge know why, and how to fix? Old bug. I thought we fixed that in a release, but it's in the 9/2009 git repo, sigh. The fix is to remove the final spurious comma. > find: themes/*/plugins: No such file or directory Easy workaround would be to create empty dirs named 'plugins' in each themes/* dir. I would have thought that find message was a warning not an error, but if it breaks make, that's what I'd suggest. -- Jamie McCarthy jam...@gm... ja...@mc... 269-267-2008 |