Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6
-
Fix Version/s: 4.7
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
civicrm_msg_template.html is having data type long text, but civicrm_activity.details is using text. When a activity email is send out using message template having text more then 64kb it throws a fatal error with "data too long for deatils".
I think we should change the data type of details to long text