April 30 6.x-20 release
PHP Fatal error: Call to undefined function messaging_debug() in /notifications.module on line 1821
I had a Fatal error after a notification was sent out when creating a comment on a node.
Once I commented out the line, it worked fine.
Comments
Comment #1
jose reyero commentedYou need to use the latest version (6.x-2.0) of Messaging too.
Comment #2
gregstout commentedOk, thanks.