Re[5]: [SM-USERS] Squirrelmail with postgreSQL

2003-07-12 Thread Idefix
Hi Alex, I continued debugging a bit and found DB::Connect to fail using the DSN: "pgsql://mail:[EMAIL PROTECTED]/mail" So the missing extension refers to "pgsql" I assume? How can this be? The example 01connect.phpt script delivered with pear WORKS as I stated before ... Thanks Chris Saturday

Re[5]: [SM-USERS] Squirrelmail with postgreSQL

2003-07-12 Thread Idefix
Hi Paul, pdt> Sounds like the user you use to access the DB doesn't have sufficient pdt> grants to insert rows in the prefs table. Recheck (maybe grant FULL pdt> access just for testing) and try again... I checked permissions and the mail user is granted FULL permissions. Thanks Chris --

Re[5]: [SM-USERS] Squirrelmail with postgreSQL

2003-07-12 Thread Idefix
Hi Alex, AL> Chris, normally you should have nothing to do. It is expected to have AL> empty tables at start, of course, like file prefs. AL> Could you check with psql that you have something like: =>> \d userprefs This is what it returned for me: mail=# \d userprefs Table "userpr