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 "userprefs"
Column | Type | Modifiers
----------+------------------------+-----------
username | character varying(128) | not null
prefkey | character varying(64) | not null
prefval | text |
Primary key: userprefs_pkey
AL> Table and field names may vary, as they can be redefined in config.php:
AL> $prefs_table = 'userprefs';
AL> $prefs_user_field = 'username';
AL> $prefs_key_field = 'prefkey';
AL> $prefs_val_field = 'prefval';
it's default for me as I didn't change them; but I double checked at
these match.
Thanks
Chris
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users