The `id` field is too small:

PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'id' at row 1: INSERT INTO {feeds_tamper} (id, importer, source, plugin_id, settings, weight, description) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6); Array ( [:db_insert_placeholder_0] => import_shopping_centers-___________________________________________________________________________________________________-explode [:db_insert_placeholder_1] => import_shopping_centers [:db_insert_placeholder_2] => Остановки общественного транспорта (поблизости ТТ/ТЦ) [:db_insert_placeholder_3] => explode [:db_insert_placeholder_4] => a:3:{s:9:"separator";s:1:",";s:5:"limit";s:0:"";s:14:"real_separator";s:1:",";} [:db_insert_placeholder_5] => 0 [:db_insert_placeholder_6] => Explode ) в функции drupal_write_record() (строка 7207 в файле /includes/common.inc).

Comments

twistor’s picture

Version: 7.x-1.0-beta5 » 7.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)

This seems to be a problem with translation.

Can you tell me what you set the description of the plugin to?

It looks like "import_shopping_centers-___________________________________________________________________________________________________-explode"

is trying to get inserted.

twistor’s picture

Status: Postponed (maintainer needs more info) » Fixed

Ok. I figured out what the problem was. It should be fixed in the latest dev.

  • twistor committed f6479a6 on 7.x-1.x
    Issue #2263295 by glendemon: Fixed PDOException when saving long ids.
    

Status: Fixed » Closed (fixed)

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

reyna_cortez’s picture

sabes como resolver ese problema?