eso71 Posted February 21, 2008 Posted February 21, 2008 While i am inserting cathegories and subcat. i noticed that osComm. cuts the names which are longer than 32 characters :blink: Is that a standard limit? Couse i tryed to find a solution in Configuration --> Maximum Values but it looks that doesnt exist an option to change, there. My question is: can i change that limit or not? If yes, how?
burt Posted February 21, 2008 Posted February 21, 2008 Use PHPMyAdmin and do this; ALTER TABLE `categories_description` CHANGE `categories_name` `categories_name` VARCHAR( 128 ) NOT NULL Please backup your database first ;)
eso71 Posted February 21, 2008 Author Posted February 21, 2008 Perfect! Il will try! Tnx for the advice! :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.