Last modified: 2012-08-04 20:49:02 UTC
When installing mediawiki with postgres as DB-Backend, the function getServerVersion() (in file /usr/share/mediawiki/includes/db/DatabasePostgres.php line 1073) reports any failure in connecting to the DB as a wrong Postgres version.
*** This bug has been marked as a duplicate of bug 16937 ***
Not the same bug, this error results in a failed database connection not stopping the installation process when then tries to call getServerVersion on an invalid Database object.
Created attachment 6376 [details] Make config return error if cannot connect as wikiuser Patch to config
fixed in r53786.