Closed (fixed)
Project:
WYMeditor
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2007 at 03:29 UTC
Updated:
13 Apr 2007 at 08:48 UTC
I got the following error activating the module
BLOB/TEXT column 'settings' can't have a default value query: wymeditor_install CREATE TABLE wymeditor_profiles ( pid tinyint(3) unsigned NOT NULL auto_increment, name varchar(64) NOT NULL default '', settings text NOT NULL default '', PRIMARY KEY (pid) ) /*!40100 DEFAULT CHARACTER SET utf8 */; in C:\www\includes\database.mysql.inc on line 121.
table wymeditor_profiles was not created
changed
settings text NOT NULL default ''
to
settings text NOT NULL
to create wymeditor_profiles table
Apache/2.0.59 (Win32) PHP/5.1.6
mysql 5.0.37-community-nt
Comments
Comment #1
Moxide commentedPatch is commited.
Thanks !
Regards.
Moxide
Comment #2
(not verified) commented