Active
Project:
Signatures for Forums
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2013 at 11:58 UTC
Updated:
3 Mar 2013 at 19:22 UTC
Hi,
I got the following error message when running update.php:
Failed: PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'signature' at row 1: UPDATE {users}, {users_signature} SET {users}.signature = {users_signature}.signature WHERE {users}.uid = {users_signature}.uid; Array ( ) in signature_forum_update_7000() (line 129 of /path/to/project.com/dev/sites/all/modules/signature_forum/signature_forum.install).
Best,
Tobias
Comments
Comment #1
liam mcdermott commentedI'm afraid I don't have an answer for this at the moment, sounds like a bug though. If anyone can shed any light on this and/or create a patch I'd appreciate it.