Data truncation: Data too long for column 'fileName' at row 1
The error occurred in C:\ColdFusion9\wwwroot\SplashCMS_025\wheels\model
\adapters\mysql\functions.cfm: line 64
SQLSTATE 22001
SQL UPDATE layouts SET content = (param 1) , fileName = (param 2) ,
updatedAt = (param 3) , updatedById = (param 4) WHERE id = (param 5)
I ran the 'mysql_2009-08-12.sql' script on the database during
installation and for the layouts table, the filename field is set to
varchar(35) as the installation script calls for. Is there another
script, I am missing?
Oh and I am using mySQL 5.1.39 for the database
Thanks
Change the filename field to varChar(50), and it should work for you!
Clarke
By the way, the filename fields are supposed to be 39 characters long.
- Russ