I was installing the module on a clean install of my website. I know it worked before I moved to another server. So I want to know what would be the problem that I would get the following error.
user warning: Data too long for column 'description' at row 1 query: INSERT INTO ka_system (name, description, type, filename, status, throttle, bootstrap) VALUES ('multisite_manager', 'Allows creation of new drupal sites from a central drupal site without the creator having access to database info. The new site is installed either in the same database with a different prefix or if the drupal db_user has access to create a database and grant privileges, then possibly there. Only tested on Drupal 5.1.', 'module', 'modules/multisite_manager/multisite_manager.module', 0, 0, 0) in D:\root\Krystalepic\keart\includes\database.mysql.inc on line 172.
Thanks.
Comments
Comment #1
schuyler1d commentedIt appears the description in the {system} table only accepts 255 chars. As a workaround, modify the file multisite_manage.info and make the description shorter there. I'll be releasing an update shortly which fixes this.
Comment #2
schuyler1d commentedthis was fixed.
Comment #3
(not verified) commented