We've noticed that Druplicon gets automatically kicked when someone pastes a link to a d.o issue with a long title in IRC. Example links that cause this:
http://drupal.org/node/1882584
http://drupal.org/node/1883610
http://drupal.org/node/1875632

Comments

Morbus Iff’s picture

PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'title' at row 1: INSERT INTO {bot_urls} (url, title, count, last_seen) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3); Array ( [:db_insert_placeholder_0] => http://drupal.org/node/1883610 [:db_insert_placeholder_1] => #1883610: This is a test issue with a very long title. Lost in thought and lost in time, while the seeds of change were planted........... [:db_insert_placeholder_2] => 1 [:db_insert_placeholder_3] => 1357679255 ) in drupal_write_record() (line 6884 of /srv/www/druplicon.info/public_html/includes/common.inc).

Dave Reid’s picture

Yeah I was going to say the title field is limited to 128 characters but is never trimmed before insertion.

Morbus Iff’s picture

I'd want to increase the default to match d8 n.title (being 255).

Morbus Iff’s picture

Status: Active » Fixed

Fixed.

Status: Fixed » Closed (fixed)

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