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 rename/copy 
config.inc.php-dist to config.inc.php and set your appropriate settings";
         exit;
}

The file exists but I don't know why the function file_exists returns false.
I also tried with another file in another dir. like index.php and I got 
the same result.

-- 
*** javier - public key: (http://leeloo.mine.nu/jcyber.sig)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to