* warning: pg_query() [function.pg-query]: Query failed: ERROR: value too long for type character varying(64) in /home/maximkr/drupal/includes/database.pgsql.inc on line 138.
* user warning: query: INSERT INTO uacomments (nid, pid, uid, subject, comment, format, hostname, timestamp, status, thread, name, mail, homepage) VALUES (1, 0, 1, 'Випущена версія 3.5.27 системи управління завданнями TrackStudio', 'http://www.trackstudio.com/forum/viewtopic.php?p=10396', 2, '92.241.101.37', 1207648152, 0, '01/', 'maximkr', '', '') in /home/maximkr/drupal/modules/comment/comment.module on line 761.
Comments
Comment #1
mr.baileys{uacomments} is not a core table, so it looks like this error is caused by a contrib-module. I wasn't able to determine which contrib module uses the uacomments-table.
If this is still a problem, please open an issue for the contrib-module that uses this table, as the problem most likely lies there (if a contrib module asks the database system to perform an invalid query, it will report an error, but this does not mean that there is bug in the database system.)
Comment #2
damien tournoud commentedFor posterity: the error probably means that the database was not created using UTF-8 encoding.