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
Comment #1
levelos commentedI am unable to replicate this, tried on a clean install of Drupal 5. What's the exact db you are using?
Comment #2
westwesterson commentedI 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
Comment #3
toma commentedI am using mysql and php 5
Comment #4
levelos commentedfixed in 5.4
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.