From: Dan W. <kil...@us...> - 2002-02-26 15:28:10
|
This looks like the problem with we were having with the pgsql extension not being installed correctly. Did you recompile PHP after you installed the new pgsql? It is probably not finding the correct libraries. To check this, remove the @ from before the $connect function call on (or around) line #234 in lib.inc.php and try to login again. It should give you a detailed error or warning message. You may need to recompile PHP so it can include the new versions of the libraries. If that doesn't work, send us the output from when you removed the @ (warning suppression). -Dan : Hi, : : I am using IE 5.5 to reach PHP 4.0.6 w/ register_globals=on on Apache : 1.3.22. phpPgAdmin was working when I had PG 7.1.3 installed, but I upgraded : to 7.2 and now I get nothing. The login screen shows up but when I hit : submit, it just goes to a blank page. No errors, just vanishes from the : screen. : : Any ideas? : : Thanks. : - Phil : : : > -----Original Message----- : > From: Dan Wilson [mailto:kil...@us...] : > Sent: Sunday, February 24, 2002 10:51 : > To: Phil; ppa-users : > Subject: Re: Online Contact Form : > : > : > Could you give us more details? What is the behavior you are : > seeing? Also, : > what version of PHP are you running and on what server? : > : > We have verified that phpPgAdmin works with 7.2, however, PHP 4.1.1 comes : > with register_globals set to off by default and that causes problems in : > phpPgAdmin. : > : > Thanks, : > -Dan : > : > : > : : > : I just installed PG 7.2 and phpPgAdmin doesn't work anymore. Is this a : > known bug? : > : : > : Thanks. : > : : > : Sent via Contact Form on phppgadmin.sourceforge.net : > : : > : |