XF 1.2 Weird server error logged

tyteen4a03

Well-known member
Not quite sure what this is... Can't (or don't know how to) reproduce so I guess this is fine.
Server Error Log
Error Info
ErrorException: strtr() [<a href='function.strtr'>function.strtr</a>]: The second argument is not an array - library/Lgpl/utf8.php:376
Generated By: Unknown Account, Tuesday at 8:36 PM
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError(2, 'strtr() [<a hre...', '/home/thing/p...', 376, Array)
#1 /home/thing/public_html/forum/library/Lgpl/utf8.php(376): strtr('I'm Back!', NULL)
#2 /home/thing/public_html/forum/library/XenForo/Link.php(753): utf8_deaccent('I'm Back!')
#3 /home/thing/public_html/forum/library/XenForo/Link.php(712): XenForo_Link::getTitleForUrl('I'm Back!', true)
#4 /home/thing/public_html/forum/library/XenForo/Link.php(651): XenForo_Link::buildIntegerAndTitleUrlComponent(816, 'I'm Back!')
#5 /home/thing/public_html/forum/library/XenForo/Route/Prefix/Threads.php(45): XenForo_Link::buildBasicLinkWithIntegerParam('threads', '', '', Array, 'thread_id', 'title')
#6 /home/thing/public_html/forum/library/XenForo/Link.php(369): XenForo_Route_Prefix_Threads->buildLink('threads', 'threads', '', '', Array, Array)
#7 /home/thing/public_html/forum/library/XenForo/Link.php(93): XenForo_Link::_buildLink('public', 'threads', Array, Array, 'threads')
#8 /home/thing/public_html/forum/library/XenForo/ControllerPublic/Thread.php(59): XenForo_Link::buildPublicLink('threads', Array, Array)
#9 /home/thing/public_html/forum/library/XenForo/FrontController.php(337): XenForo_ControllerPublic_Thread->actionIndex()
#10 /home/thing/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /home/thing/public_html/forum/index.php(13): XenForo_FrontController->run()
#12 {main}
Request State
array(3) {
["url"] => string(50) "http://forum.3pointstudio.com/threads/im-back.816/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
I don't really see how it could happen, unless there is an add-on somewhere that is modifying (and unsetting) accent values (or something else with the global state).
 
Top Bottom