VersoBit
Well-known member
Hey @Xon - We are seeing some random errors in our log from this plugin. (we've gotten three so far, all with the same content (different threads) - feel free to DM me if you want the un-redacted error)
ErrorException: Fatal Error: Declaration of SV\TitleEditHistory\EditHistory\EditTitleHistoryTrait::getHtmlFormattedContent(string $text, ?XF\Mvc\Entity\Entity $content = null): string must be compatible with XF\EditHistory\AbstractHandler::getHtmlFormattedContent($text, ?XF\Mvc\Entity\Entity $content = null)
#1 {main}
["url"] => string(244) "/threads/thread-name.2392/title-history?_xfRequestUri=%2Fthreads%2Fthread-name.2392%2F&_xfWithData=1&_xfToken=1644871179%2Cd87c9f722c1b63e045244ab1e19f4a3b&_xfResponseType=json"
["referrer"] => string(83) "https://website.com/threads/thread-name.2392/"
["_GET"] => array(5) {
["/threads/thread-name_2392/title-history"] => string(0) ""
["_xfRequestUri"] => string(60) "/threads/thread-name.2392/"
["_xfWithData"] => string(1) "1"
["_xfToken"] => string(43) "1644871179,d87c9f722c1b63e045244ab1e19f4a3b"
["_xfResponseType"] => string(4) "json"
}
["_POST"] => array(0) {
}
}
ErrorException: Fatal Error: Declaration of SV\TitleEditHistory\EditHistory\EditTitleHistoryTrait::getHtmlFormattedContent(string $text, ?XF\Mvc\Entity\Entity $content = null): string must be compatible with XF\EditHistory\AbstractHandler::getHtmlFormattedContent($text, ?XF\Mvc\Entity\Entity $content = null)
- src/addons/SV/TitleEditHistory/EditHistory/Thread.php:127
- Generated by: xxxx
- Feb 14, 2022 at 1:39 PM
Stack trace
#0 [internal function]: XF::handleFatalError()#1 {main}
Request state
array(4) {["url"] => string(244) "/threads/thread-name.2392/title-history?_xfRequestUri=%2Fthreads%2Fthread-name.2392%2F&_xfWithData=1&_xfToken=1644871179%2Cd87c9f722c1b63e045244ab1e19f4a3b&_xfResponseType=json"
["referrer"] => string(83) "https://website.com/threads/thread-name.2392/"
["_GET"] => array(5) {
["/threads/thread-name_2392/title-history"] => string(0) ""
["_xfRequestUri"] => string(60) "/threads/thread-name.2392/"
["_xfWithData"] => string(1) "1"
["_xfToken"] => string(43) "1644871179,d87c9f722c1b63e045244ab1e19f4a3b"
["_xfResponseType"] => string(4) "json"
}
["_POST"] => array(0) {
}
}
Last edited: