In our OpenAtrium setup, we can reply to comments via Mailcomment + Mailhandler. If the email subject is longer than 64 chars (varchar64), the comment is not added, giving a message:
Data too long for column 'subject' at row 1 query: INSERT INTO comments ...... in ...modules\comment\comment.module on line 764.
Shouldn't the comment.module truncate the subject? Thanks for any help.
Comments
Comment #1
BarisW commentedSame here, even in D7.
Comment #2
neRok commentedIm just going over some old core issues and closing what I can.
I will move this to Mailcomment. Perhaps it should be trancating the subject before passing it to comment?
Comment #3
robertgarrigos commentedHaving same problem with Mailcomment 7.x-2.2 and Mailhandler 7.x-2.5
Comment #4
robertgarrigos commentedFixed with latest Mailcomment update 7.x-2.4