Re: [SM-USERS] userprefs dsn

2003-06-13 Thread Andre Nicholson
> $prefs_dsn = 'pgsql://[EMAIL PROTECTED](/tmp/.s.PGSQL.5432)/admin'; > $prefs_table = 'userprefs'; Postgres will default to port 5432, so unless you've got it running on some other port, leave that part out. Actually, I'm not even sure what the "(/tmp/.s.PGSQL.5432)" part is supposed to be -- th

[SM-USERS] userprefs dsn

2003-06-13 Thread Patrick Welche
I have my preferences DSN set to: $prefs_dsn = 'pgsql://[EMAIL PROTECTED](/tmp/.s.PGSQL.5432)/admin'; $prefs_table = 'userprefs'; Yet on login I get "Preference database error (unknown error). Exiting abnormally" This is with cvs squirrelmail of today, and DB.1.4.0. Should that not work? (socket