From: Andrew S. <and...@pa...> - 2002-12-24 02:08:58
|
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. > > I don't see any postgres or apache errors in the logs. > I've seen a blank screen on login a few times. Usually because it's a version of PHP before 4.1.0, and can't handle the form POST with the (new) superglobals ($_POST, $_GET etc.). Though this usually occurs immediately - no long timeout. Apache 1.3.26 and PostgreSQL 7.2 are compatible with Core 2.02. Database errors (including no connection) will give detailed error messages. A quick Google around the OS X Knowledgebase (looking for PHP version) revealed that OS X 10.0 had problems with form POST not working!! It was apparently fixed in OS X 10.1. It's article ID 106400. Andrew Simpson |