Not a bug XenForo_BbCode_Formatter_HtmlEmail::vwAddTag()

The Dark Wizard

Well-known member
I'm suddenly getting hundreds of these in the log.

Code:
ErrorException: Fatal Error: Call to undefined method XenForo_BbCode_Formatter_HtmlEmail::vwAddTag() - library/vw/XenForo/BbCode/Parser.php:208
Generated By: Vladimir, 1 minute ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(61) "http://www.rpnation.com/conversations/hiya.91973/insert-reply"
["_GET"] => array(1) {
["/conversations/hiya_91973/insert-reply"] => string(0) ""
}
["_POST"] => array(9) {
["message_html"] => string(40) "<p>english class. kill me now.&nbsp;</p>"
["_xfRelativeResolver"] => string(57) "http://www.rpnation.com/conversations/hiya.91973/page-161"
["attachment_hash"] => string(32) "2db9c09af1ba37b81176180f6221ee05"
["last_date"] => string(10) "1412010148"
["last_known_date"] => string(0) ""
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(34) "/conversations/hiya.91973/page-161"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}

Any ideas?
 
That's not a standard method. It's presumably being called by an add-on (or possibly a custom BB code).
 
Top Bottom