|
From: George T. <geo...@gm...> - 2011-02-10 03:50:06
|
Yes, this was the error I mentioned earlier, when it gets to
installing the "Preview" table. Glad it wasn't just me.
On Wed, Feb 9, 2011 at 6:21 PM, Jamie McCarthy <ja...@mc...> wrote:
>> 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
>
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> Slashcode-general mailing list
> Sla...@li...
> https://lists.sourceforge.net/lists/listinfo/slashcode-general
>
|