When adding multiple items to a product kit, drupal throws an error indicating the model field in the uc_products table under a postgre db is too small and doesn't allow you to continue. By opening a CLI for postgre and running "alter table uc_products alter model type varchar(255); " the issue is resolved.

Comments

1computerninja created an issue. See original summary.

TR’s picture

Status: Active » Closed (duplicate)
Issue tags: -Error generated when trying to add multiple prodcuts to product kit