https://bugzilla.wikimedia.org/show_bug.cgi?id=28439

Platonides <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Platonides <[email protected]> 2011-04-18 23:10:07 UTC 
---
It's not really a bug that LiquidThreads fails before being installed.

I get the cleaner error:
A database query syntax error has occurred from within function
"NewMessages::newMessageCount". Database returned error "1146: Table
'user_message_state' doesn't exist (localhost)".

Your problem is needing the wiki to fix the broken wiki.

What you can do is modify LiquidThreads/classes/NewMessagesController.php
so that you add return; just below the line
static function newMessageCount( $user ) {

That will disable the checking for new messages in the yet-missing table, so
you should be able to reach the MaintenanceShell extension and create the
tables. Then remove the "return;" you added to restore the original
functionality.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to