10:32:52 WD php: PDOException: SQLSTATE[22001]: String data, right truncated:     [error]
10:32:52 1406 Data too long for column 'dependency' at row 1: INSERT INTO
10:32:52 {project_dependency_dependency} (component_id, dependency, core_api,
10:32:52 external, dependency_type) VALUES (:db_insert_placeholder_0,
10:32:52 :db_insert_placeholder_1, :db_insert_placeholder_2,
10:32:52 :db_insert_placeholder_3, :db_insert_placeholder_4); Array
10:32:52 (
10:32:52     [:db_insert_placeholder_0] => 1355561
10:32:52     [:db_insert_placeholder_1] =>
10:32:52 multiupload_filefield_widget:multiupload_filefield_widget
10:32:52     [:db_insert_placeholder_2] => 7.x
10:32:52     [:db_insert_placeholder_3] => 1
10:32:52     [:db_insert_placeholder_4] => 0
10:32:52 )
10:32:52  in drupal_write_record() (line 7239 of
10:32:52 /var/www/drupal.org/htdocs/includes/common.inc).
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drumm’s picture

Issue tags: +affects drupal.org
trobey’s picture

Assigned: Unassigned » trobey
Status: Active » Needs review
FileSize
1.19 KB

The column size is 50 and this case is 57. I doubled the size to 100. I tested the update on my local development copy and it looks okay. I will try to get a beta2 release out later today and incorporate any suggestions for changes before then.

drumm’s picture

Status: Needs review » Reviewed & tested by the community

Looks okay to me.

  • trobey committed 2fb487e on 7.x-1.x
    Issue #2411713 by trobey: Increase project_dependency_dependency....
trobey’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: +needs drupal.org deployment

Beta 2 release has been submitted and should be ready for deployment in the morning. A database update will be required.

drumm’s picture

Issue tags: -needs drupal.org deployment

Now deployed and successfully rebuilt dependencies on the projects that error out before.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.