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

schuyler1d’s picture

It 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.

schuyler1d’s picture

Assigned: Unassigned » schuyler1d
Status: Active » Fixed

this was fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)