RE: [PHP] problems with phpPgAdmin

2002-09-24 Thread Jay Blanchard
[snip] I read some files and I found this: if (file_exists("config.inc.php")) { include("config.inc.php"); } else { echo "Configuration Error: You must rename/copy config.inc.php-dist to config.inc.php and set your appropriate settings"; exit; } The file exists but I d

[PHP] problems with phpPgAdmin

2002-09-24 Thread javier
Hi, I've just installed phpPgAdmin. When it comes to configuration it seems that everything is ok *but* the program doesn't work. I read some files and I found this: if (file_exists("config.inc.php")) { include("config.inc.php"); } else { echo "Configuration Error: You must re