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

            Bug ID: 65086
           Summary: Unknown column 'page_props.pp_page' in
                    SpecialDisambiguationPages::reallyDoQuery
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Unprioritized
         Component: Disambiguator
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

Created attachment 15325
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15325&action=edit
Screen Capture of db error

A database error occur, when you open the Special Page of DISAMBIG, here the
error details:

Query:
SELECT page_props.pp_page AS value,page.page_namespace AS
namespace,page.page_title AS title FROM `wiki_page`,`wiki_page_props` WHERE
(page_id = pp_page) AND pp_propname = 'disambiguation' AND (page_namespace !=
10) ORDER BY value LIMIT 51

function:
SpecialDisambiguationPages::reallyDoQuery

Error:
1054 Unknown column 'page_props.pp_page' in 'field list' (localhost)
(yes, without prefix)

If i'm right, a hotfix is:
Edit file: SpecialDisambiguationPages.php
find "'fields' => array("
delete table prefix "page_props" and "page"

Not tested on other wikis!

Wiki-Data:
URL droidwiki.de
MediaWiki    1.24wmf2
PHP    5.5.3-1ubuntu2.3 (apache2handler)
MySQL    5.5.37-0ubuntu0.13.10.1

Testwiki (not fixed):
http://wiki.go2tech.de/Spezial:Begriffsklärungsseiten
Thanks for fix!

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