From: Andrew S. <and...@pa...> - 2002-12-24 07:33:09
|
Actually, having had a bit more time to think about it... It could well be that your PHP doesn't have PostgreSQL support compiled in. This would also give a blank screen. To check, create a website file with this in it: <?php phpinfo; ?> Save it into your webserver root directory as, say, phpinfo.php. Then look it up with your web browser. PHP will spew out pages and pages of configured status data onto your web browser. Look for a subsection on 'pgsql' or 'PostgreSQL'. If it's not present, then your PHP won't/can't make pgsql database calls. You need then either to find a binary copy of PHP with pgsql compiled in, or re-compile from source with the pgsql option. Alternately, the CVS, is reasonably stable, and now has support for both MySQL & PostgreSQL databases. You are more likely to have MySQL support already compiled into your PHP. Andrew Simpson On Mon, 23 Dec 2002 14:41:11 -0500 Kevin Murphy <mu...@ge...> wrote: > Hi, > > I just downloaded 2.0.2 and installed it on my OS X 10.1.5 system > running Apache 1.3.26 with PHP 4 and PostgreSQL 7.2. > > After typing admin/admin123 on the entry screen, I get a blank page in > response after a long timeout. > > What am I doing wrong? > > I can use "psql org postgresql" and see the core-lan-org tables. > |