it's good I have found
in fact we must change the varchar in the base to give
So those who m'interresse and forum / vachar (200) <= I've amended varchar (480)
which gives an example of the change in the sql
Code:
DROP TABLE IF EXISTS vb5z1_thread_fields_admin;
CREATE TABLE `vb5z1_thread_fields_admin` (
`title` varchar(100) NOT NULL default '',
`fieldid` int(10) unsigned NOT NULL auto_increment,
`description` varchar(200) NOT NULL default '',
`forums` varchar(480) NOT NULL default '',
`type` varchar(100) NOT NULL default '',
xxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxx
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
I have a good add much more to the varchar accept my 480 class
Wholesale settle a 480 as it accounted for more than 148 id max, (must add
,)
So roughly 480 + 478 = 958 So I had a 1000 change to be on
giving
`forums` varchar(1000) NOT NULL default '',