project
project summary freshmeat entry development infos mailing list WebInstaller database tools ChangeLog
page plugins
ProtectedEmail PowerSearch README README.config README.plugins README.fragments ProtectedMode INTERNALS WordIndex AboutPlugins PhpInfo OrphanedPages ListOfPluginHooks RSS RecentChanges PageIndex NewestPages SearchPages MostVisitedPages MostOftenChangedPages UpdatedPages
usage hint
Hint: There is a SetupWizard if you don't want to go through all the docs and plugin directories to chose the extensions you want.
This page is part of the BugReports series. Please go there to submit a new bug or to see the list of all existing reports.
postgresql pg_connect missing host variable
| ewiki version | R1.02b-rc1 |
| operating system | Unix |
| database backend | anydb: pgsql |
| php version | 4.2.x |
| bug category | db plugin |
| status | frozen |
Lucas Dixon: In the db/any.php the postgresql connection "pg_connect" call is missing the host, so if the database is not hosted locally, it will fail to connect.
simply modify line:
to
I think. :)