Hello,
I tried to install Drupal 5.3 (I tried 6.0 beta2 too) on a debian Sarge system with a PostgreSQL 8.2.3 database.
I followed the installation step :
- creating the postgresql user
- creating the database
- set write access on settings.php
- configure my website in apache 1.3
Then I access my web site. I follow the installation steps in my browser (database name, database username...etc).
At the end of the steps, it congratulates me that I installed drupal successfully, and the when I access my home page, I have this error :
---------------------------
Access denied
* warning: array_keys() [function.array-keys]: The first argument should be an array in /data/www/mydrupalwebsite/modules/user/user.module on line 368.
* warning: array_fill() [function.array-fill]: Number of elements must be positive in /data/www/mydrupalwebsite/modules/user/user.module on line 369.
* warning: implode() [function.implode]: Bad arguments. in /data/www/mydrupalwebsite/modules/user/user.module on line 369.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: syntax error at or near ")" LINE 1: ...r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () ^ in /data/www/mydrupalwebsite/includes/database.pgsql.inc on line 125.