From: Kevin M. <mu...@ge...> - 2002-12-23 19:41:19
|
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. The config.php looks like this: $BASE_URL="http://159.141.123.23/org/"; $MANAGER_NAME="CORE Advanced Project Management"; $DATABASE_NAME="org"; $DATABASE_USER="postgresql"; $DATABASE_PASSWORD="sometin"; $EMAIL_MAILINGLIST=""; $EMAIL_ERROR=""; $EMAIL_FROM=""; $EMAIL_REPLY_TO=""; $FILE_BASE = "files/filebase"; $FILE_MAXSIZE = 2000000; $TIMEOUT_SECS = 3600; $TIMEOUT_TEXT = "60 minutes"; $SITE_IMGSRC = ""; $PROJECT_ORDERED_BY = "name"; $CHECKED_DEFAULT = ""; Thanks, Kevin Murphy |