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


Daniel Ziegenberg <daniel.ziegenb...@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel.ziegenb...@yahoo.de




--- Comment #13 from Daniel Ziegenberg <daniel.ziegenb...@yahoo.de>  2009-03-16 
13:54:28 UTC ---
Well, in the actual Version (1.14.0) this Bug is still not fixed even though
the source code has changed from the original version in posting #1. I had an
setup of Windows Server 2003 with IIS 6.0 and PHP (description of the Setup can
be found in the Mediawiki Wiki) and PostgreSQL 8.3.6 and it's for shure that
there was nerver ever (neither on the server itself nor in the whole Intranet)
an existing setup of any version of PostgreSQL. The only solution for me was to
hack mediawiki\includes\db\DatabasePostgres.php Line 1073ff. an overwrite it
with

function getServerVersion() {
        $versionInfo = pg_version( $this->mConn );
        $this->numeric_version = pg_parameter_status( $this->mConn,
'server_version' );
        return $this->numeric_version;
}

So is there any hope for a future fix?

Daniel

<Sarcasm>I'm already looking forward to my next setup of mediawiki</Sarcasm>


-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to