On Fri, 11 Apr 2008 14:41:11 +0200 (CEST) "Jesper K. Pedersen" linux@famped.dk wrote:
Trying to install a fresh clean Drupal version 6.2 on my webserver ended up with these error messages :
Drupal installation complete
warning: pg_query() [function.pg-query]: Query failed: ERROR: column "uid" does not exist LINE 1: SELECT * FROM users u WHERE uid = 1 ^ in /www_root/drupal.famped.dk/includes/database.pgsql.inc on
Table "public.users"Column | Type | Modifiers -------------+-----------------------+---------------------------------------------------- id | integer | not null default nextval('users_id_seq'::regclass) user_name | character varying(25) | not null user_passwd | character varying(25) | not null Indexes: "users_pkey" PRIMARY KEY, btree (id)
this looks as the wrong table/database.
Columns for users table should be uid, name, mail, created... up to my memory.
It looks as if you connected to another DB/schema.