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

Sam Reed (reedy) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|schema-change, shell        |
           Priority|Highest                     |High
          Component|Extension setup             |CategoryTree
            Version|wmf-deployment              |master
            Product|Wikimedia                   |MediaWiki extensions
            Summary|Database error in           |SQL query error in
                   |CategoryTree::renderParents |CategoryTree::renderParents
                   |due to missing column.      |
           Severity|critical                    |major

--- Comment #3 from Sam Reed (reedy) <[email protected]> ---
        $res = $dbr->select(
            'categorylinks',
            array(
                NS_CATEGORY => 'page_namespace',
                'cl_to' => 'page_title'
            ),
            array( 'cl_from' => $title->getArticleID() ),
            __METHOD__,
            array(
                'LIMIT' => $wgCategoryTreeMaxChildren,
                'ORDER BY' => 'cl_to'
            )
        );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to