Topic on Extension talk:DumpHTML

PostgreSQL and Mediawiki 1.12.0

3
Peachey88 (Flood) (talkcontribs)

If the error is

DB connection error: No database connection

It may be a problem logging into the database. Looking in the PostgreSQL logs revealed I had to adapt pg_hba.conf

This post was posted by Peachey88 (Flood), but signed as Albert25.

Peachey88 (Flood) (talkcontribs)

This is the error message I get when I try to execute the dumpHTML.php file on my local machine. Does anybody know a fix for that?

Peachey88 (Flood) (talkcontribs)

I have a similar problem which I cant solve:

DB connection error: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstel
le nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergest
ellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
 (localhost)
Mediawiki 13.3, Win7, Mowes webserver, just installed php5.3 without webserver support to execute the dumpHTML.php
I can trace the problem to occur in includes/db/Loadbalancer.php function reallyOpenConnection, $db = new $class( $host, $user, $password, $dbname, 1, $flags ); just times out
database class is DatabaseMysql (I cant find the source), host, database name, user and password are correct
any help?
Reply to "PostgreSQL and Mediawiki 1.12.0"