Page MenuHomePhabricator

Special:NewMessages crashes for some users
Closed, ResolvedPublic

Description

If translatewiki.net user tries to access Special:NewMessages, he gets a blank page. We have created a backtrace that I add below:

string(800) "
View.php line 85 calls wfBacktrace()
View.php line 64 calls LqtView::permalinkData()
View.php line 1109 calls LqtView::permalinkUrl()
View.php line 1510 calls LqtView::topLevelThreadCommands()
View.php line 1875 calls LqtView::showThreadHeading()
NewUserMessagesView.php line 213 calls LqtView::showThread()
NewUserMessagesView.php line 158 calls NewUserMessagesView::showWrappedThread()
SpecialNewMessages.php line 74 calls NewUserMessagesView::show()
SpecialPage.php line 572 calls SpecialNewMessages::execute()
Wiki.php line 259 calls SpecialPage::executePath()
Wiki.php line 67 calls MediaWiki::handleSpecialCases()
index.php line 116 calls MediaWiki::performRequestForTitle()
"
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /www/sandwiki/extensions/LiquidThreads/classes/View.php on line 66

Warning: Invalid argument supplied for foreach() in /www/sandwiki/includes/GlobalFunctions.php on line 1273

Fatal error: Call to a member function getFullUrl() on a non-object in /www/sandwiki/extensions/LiquidThreads/classes/View.php on line 70


Version: unspecified
Severity: major
URL: http://translatewiki.net/wiki/Thread:Support/Special:NewMessages_doesn%27t_work_for_me

Details

Reference
bz23383

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 11:05 PM
bzimport set Reference to bz23383.
bzimport added a subscriber: Unknown Object (MLST).

Marking resolved. No longer occurs, probably due to limiting the number of threads displayed on Special:NewMessages.