From: Brad L. <at...@us...> - 2002-09-10 08:38:02
|
Hey, everyone.. I'm having a bit of trouble setting up the latest version of phpPgAdmin. I swear I'm following everything by the book (well, Documentation.html), and I'm still getting the same error. My setup: Apache 2.0.40 PHP 4.2.3 Slackware 8.0, kernel 2.4.19 phpPgAdmin 2.4.2 postgresql 7.2.2 config.inc.php has the following (comments left out to shorten): $cfgProgName = "phpPgAdmin"; $cfgVersion = "2.4.2"; $cfgDefaultDB = "template1"; $cfgSuperUser = "postgres"; $cfgSysTables = true; $cfgUserAdmin = true; $cfgReports = true; $cfgDebug = false; $cfgQuotes = true; $cfgMaxPages = 9; $cfgServers[1]['local'] = true; $cfgServers[1]['host'] = ''; $cfgServers[1]['port'] = '5432'; $cfgServers[1]['adv_auth'] = true; PostgreSQL is being started with the following, as the postgres user I have made: pg_ctl -D /usr/local/pgsql/data -l postgres.log -o "-i -l" start the error I'm getting, is: Configuration Error: You must rename/copy config.inc.php-dist to config.inc.php and set your appropriate settings However... bradl@bellicha:~> ls -alF /usr/local/apache2/htdocs/phpPgAdmin/config.inc.php -rw-r--r-- 1 root root 5259 Sep 7 02:24 /usr/local/apache2/htdocs/phpPgAdmin/config.inc.php what am I missing? does this have anything to do with register_globals defaulting to Off in PHP >= 4.2.2? BL. -- Brad Littlejohn | Email: ty...@wi... Unix Systems Administrator, | ty...@oz... Web + NewsMaster, BOFH.. Smeghead! :) | http://www.wizard.com/~tyketto PGP: 1024D/E319F0BF 6980 AAD6 7329 E9E6 D569 F620 C819 199A E319 F0BF |