Hello

I receive error on activation

user warning: Column length too big for column 'title' (max = 255); use BLOB or TEXT instead query: newsticker_install CREATE TABLE newsticker_item ( ntid int(10) unsigned NOT NULL default '0', title varchar(256) NOT NULL default '', link varchar(512) NULL default '', weight tinyint(4) NOT NULL default '0', PRIMARY KEY (ntid) ) /*!40100 DEFAULT CHARACTER SET utf8 */; in /home/dwebmast/public_html/includes/database.mysql.inc on line 172.

Comments

levelos’s picture

I am unable to replicate this, tried on a clean install of Drupal 5. What's the exact db you are using?

westwesterson’s picture

I got this too on a php4 site using php 4.3.9 and mysql 4.1.20 my guess is this happens in mysql 4.
See how node review solved the same problem: http://drupal.org/node/250643

toma’s picture

I am using mysql and php 5

levelos’s picture

Status: Active » Fixed

fixed in 5.4

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.