Closed (fixed)
Project:
Messaging
Version:
6.x-4.0-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2010 at 08:27 UTC
Updated:
24 May 2010 at 14:20 UTC
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.