Last modified: 2007-12-05 20:34:36 UTC
* PHP 5.2.4: ok * PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title) * Have XML / Latin1-UTF-8 conversion support. * PHP's memory_limit is 8M. If this is too low, installation may fail! Attempting to raise limit to 20M... ok. * Have zlib support; enabling output compression. * Neither Turck MMCache nor eAccelerator are installed, can't use object caching functions * GNU diff3 not found. * Couldn't find GD library or ImageMagick; image thumbnailing disabled. * Installation directory: C:\wamp\www\Joomla2\components\com_mambowiki * Script URI path: /joomla2/components/com_mambowiki * Connecting to joomla2 on dbserver as root...success. * Connected to 5.0.45-community-nt; using enhancements for mySQL 4. Current directory is C:\wamp\www\Joomla2\components\com_mambowiki\config * Creating tables... using MySQL 3/4 table defs...Query "CREATE TABLE wiki_user ( user_id int(5) unsigned NOT NULL auto_increment, user_name varchar(255) binary NOT NULL default '', user_real_name varchar(255) binary NOT NULL default '', user_password tinyblob NOT NULL default '', user_newpassword tinyblob NOT NULL default '', user_email tinytext NOT NULL default '', user_options blob NOT NULL default '', user_touched char(14) binary NOT NULL default '', user_token char(32) binary NOT NULL default '', user_email_authenticated CHAR(14) BINARY, user_email_token CHAR(32) BINARY, user_email_token_expires CHAR(14) BINARY, PRIMARY KEY user_id (user_id), UNIQUE INDEX user_name (user_name), INDEX (user_email_token) ) TYPE=InnoDB" failed with error code "BLOB/TEXT column 'user_password' can't have a default value".
This error is in relation to the mambowiki component.
Well, MamboWiki looks like something unrelated to MediaWiki, or at least not under our control. But offhand the error message you show looks like you're running older MySQL 3/4 table definitions on a version of MySQL 5 configured with extremely strict mode (which is sometimes the default on Windows, but not usually on other operating systems because this default is only in the *windows installer* and not in MySQL itself). Upgrade MediaWiki to a more modern version which uses kinder, gentler settings, or disable strict mode on your mysql server.