> I finally tracked down the problem to the fact, that squirrel is > trying to cache the user preferences in dbPrefs.php and obviously > fails, as there is NO record in the prefs table. > > It a new install and the address and user preferences tables are as > empty as they get created due to the doc/db-backend.txt manual. > > So, what exactly do I need to do now? I tried adding a record to the > userprefs table with these values: "username: [EMAIL PROTECTED], > prefkey: 1, prefval: 0" but it didn't help. Same error!
Sounds like the user you use to access the DB doesn't have sufficient grants to insert rows in the prefs table. Recheck (maybe grant FULL access just for testing) and try again... - paul ------------------------------------------------------- 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
