Ошибка при отправке второго сообщения следом после первого
Из журнала ошибок
Может кто знает в чем конфликт? Или хотя бы с чего конфликтует? Уже на чистый форум устанавливал - без результатно.
Код:
Argument 2 passed to XenForo_Model_Post::alertQuotedMembers() must be of the type array, none given, called in \library\XfRu\MergeDoubleUserPost\ControllerPublic\Thread.php on line 116 and defined
XenForo_Application::handlePhpError() in XenForo/Model/Post.php at line 1965
XenForo_Model_Post->alertQuotedMembers() in XfRu/MergeDoubleUserPost/ControllerPublic/Thread.php at line 116
XfRu_MergeDoubleUserPost_ControllerPublic_Thread->actionAddReply() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /index.php at line 13
Из журнала ошибок
Код:
ErrorException: Argument 2 passed to XenForo_Model_Post::alertQuotedMembers() must be of the type array, none given, called in \library\XfRu\MergeDoubleUserPost\ControllerPublic\Thread.php on line 116 and defined - library\XenForo\Model\Post.php:1965
Трассировка стэка
#0 \library\XenForo\Model\Post.php(1965): XenForo_Application::handlePhpError(4096, 'Argument 2 pass...', '....', 1965, Array)
#1 \library\XfRu\MergeDoubleUserPost\ControllerPublic\Thread.php(116): XenForo_Model_Post->alertQuotedMembers(Array)
#2 \library\XenForo\FrontController.php(347): XfRu_MergeDoubleUserPost_ControllerPublic_Thread->actionAddReply()
#3 \library\XenForo\FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 \index.php(13): XenForo_FrontController->run()
#5 {main}
Содержимое запроса
array(3) {
["url"] => string(60) "/threads/obo-vsem.528/add-reply"
["_GET"] => array(0) {
}
["_POST"] => array(10) {
["message_html"] => string(127) "<p>5534535</p><p>[MERGETIME="1435483273"][/MERGETIME]</p><p>53455</p>[MERGETIME="1435483281"][/MERGETIME]<p>53455</p>"
["_xfRelativeResolver"] => string(58) "/threads/obo-vsem.528/page-90"
["attachment_hash"] => string(32) "8ff372474def1c0fe8ff99b7add3a3a5"
["last_date"] => string(10) "1435483265"
["last_known_date"] => string(10) "1435424211"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(38) "/threads/obo-vsem.528/page-90"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
["post_id"] => int(13462)
}
}
Может кто знает в чем конфликт? Или хотя бы с чего конфликтует? Уже на чистый форум устанавливал - без результатно.