NadalKumar Posted March 29, 2019 Share Posted March 29, 2019 I have been have an intermittent error with custom email templates that erases the text area on save event. It also happens with new email messages and that causes an error message that "message body cannot be empty". Does anyone else have this issue? I've checked for JS errors in the console but nothing is defined. I've tried different browsers but the same occurs. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst WHMCS William Posted April 5, 2019 WHMCS Technical Analyst Share Posted April 5, 2019 Hello, If you enable SQL debug under Setup >> General Settings >> Other, are any errors logged to the activity log after replicating this? What charset is your installation currently set to? 0 Quote Link to comment Share on other sites More sharing options...
NadalKumar Posted April 5, 2019 Author Share Posted April 5, 2019 The charset is UTF-8. I am not seeing any report in the activity log relative mail templates. Being the error is intermittent, I'll be sure to check the log immediately when ever it occurs. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst II WHMCS Lawrence Posted April 10, 2019 WHMCS Technical Analyst II Share Posted April 10, 2019 Please ensure that the following line is in your configuration.php file: $mysql_charset = 'utf8'; and see if that helps. If it does not, please feel free to open a ticket and we can debug it further. 0 Quote Link to comment Share on other sites More sharing options...
NadalKumar Posted April 11, 2019 Author Share Posted April 11, 2019 On 4/10/2019 at 8:31 AM, WHMCS Lawrence said: Please ensure that the following line is in your configuration.php file: $mysql_charset = 'utf8'; and see if that helps. If it does not, please feel free to open a ticket and we can debug it further. Indeed that line was missing. I added it and so far all seems well. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.