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

Moxide’s picture

Status: Active » Fixed

Patch is commited.
Thanks !

Regards.
Moxide

Anonymous’s picture

Status: Fixed » Closed (fixed)