I enabled CardDAV by copying abk.php to the surgemail/scripts directory and setting the surgemail redirection rules: g_url_alias from="/abk" to="/scripts/abk.php" g_url_redirect from="/.well-known/carddav" to="/abk"When I login in on the web (myserver:port/abk) I get this error message:PDOException SQLSTATE[HY000]: General error: 1 no such table: users 1.6.2Am I missing a standalone SQL table of CardDAV users because CardDAV functionality is not integrated with SurgeWeb yet? Do I need to do something to initialize a CardDAV users table and add myself?The abk.log file doesn't give any interesting information:01/17/13 18:04:58 [15976] ---- 01/17/13 18:04:58 [15976] Sabre ABK 01/17/13 18:04:59 [15976] need auth beforeMethod [GET-] 01/17/13 18:04:59 [15976] NWAUTH user=john@wilkes.com pass={hidden} hash=1c74855d13c34eb9421fcbc4d47a1192 01/17/13 18:04:59 [15976] Sabre ABK END There is no corresponding entry in the nwauth.log file with that timestamp, so I wonder if my CardDAV login is being authenticated at all. Maybe it doesn't even try to authenticate if it can't find me in its user database? (Or in this case, doesn't have a user database...)I'm very interested in CardDAV support and am willing to test and help debug.John-- John Wilkesjohn@wilkes.comNeither major party is interested in decreasing the size of government; theymerely wish to argue about how it should expand. --Jake Diliberto
Last Message | Next Message