I'm getting the following error when trying to send a message with a custom template. As far as I can see, I have most filtering turned off.
PHP Fatal error: Call to undefined function messaging_text_check_markup() in [...]/sites/all/modules/messaging/messaging_template/messaging_template.module on line 327
It would seem there is a missing include for text.inc.
Comments
Comment #1
ozecho commentedI have/had the same problem.
Solved it by adding a simple include once.
Comment #2
jose reyero commentedAdded the missing include. Thanks.