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

       Web browser: ---
             Bug #: 39064
           Summary: Database returned error "1: RIGHT and FULL OUTER JOINs
                    are not currently supported".
           Product: MediaWiki extensions
           Version: unspecified
          Platform: All
               URL: http://localhost/mw/index.php/Special:Watchlist
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: LiquidThreads
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


I got the following when I accessed Special:Watchlist in my copy of MW+LQT:

A database query syntax error has occurred. This may indicate a bug in the
software. The last attempted database query was:
SELECT * FROM thread RIGHT JOIN user_message_state ON ((ums_user IS NULL OR
(ums_user = '1' AND (ums_thread=thread_id)))) WHERE ums_read_timestamp IS NULL
AND ((thread_article_title = 'MyUserName' AND thread_article_namespace = '3'))
from within function "NewMessages::newUserMessages". Database returned error
"1: RIGHT and FULL OUTER JOINs are not currently supported".
Backtrace:
#0 /var/www/mw/includes/db/Database.php(939):
DatabaseBase->reportQueryError('RIGHT and FULL ...', 1, 'SELECT * FROM...',
'NewMessages::ne...', false)
#1 /var/www/mw/includes/db/Database.php(1412): DatabaseBase->query('SELECT *
FROM...', 'NewMessages::ne...')
#2 /var/www/mw/extensions/LiquidThreads/classes/NewMessagesController.php(442):
DatabaseBase->select(Array, '*', Array, 'NewMessages::ne...', Array, Array)
#3 /var/www/mw/extensions/LiquidThreads/classes/Hooks.php(121):
NewMessages::newUserMessages(Object(User))
#4 [internal function]: LqtHooks::beforeWatchlist(Array, Array, Array, Array)
#5 /var/www/mw/includes/Hooks.php(216):
call_user_func_array('LqtHooks::befor...', Array)
#6 /var/www/mw/includes/GlobalFunctions.php(3969):
Hooks::run('SpecialWatchlis...', Array)
#7 /var/www/mw/includes/specials/SpecialWatchlist.php(304):
wfRunHooks('SpecialWatchlis...', Array)
#8 /var/www/mw/includes/SpecialPage.php(611): SpecialWatchlist->execute(NULL)
#9 /var/www/mw/includes/SpecialPageFactory.php(493): SpecialPage->run(NULL)
#10 /var/www/mw/includes/Wiki.php(290):
SpecialPageFactory::executePath(Object(Title), Object(RequestContext))
#11 /var/www/mw/includes/Wiki.php(536): MediaWiki->performRequest()
#12 /var/www/mw/includes/Wiki.php(446): MediaWiki->main()
#13 /var/www/mw/index.php(58): MediaWiki->run()
#14 {main}

-- 
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