Hi: I've tested laconica with postgresql as db backend and the support is broken.
I found at the moment two bugs: 1) In db/laconica_pg.sql are missing two columns "inboxed" and "emailnotifymsg". Without this columns user registration fails, because pear MDB2 fails using "user" table. 2) Problem using twitter integration at the register moment the subscription to twitter update from laconica fails with a constraint validation. The log looks like this (after patching (1) adding the missings columns): 2008-12-04 18:14:55 LOG_DEBUG: Twitter bridge - failed to add new Twitter user: 111111 - bugact. 2008-12-04 18:14:55 LOG_ERR: MDB2 Error: constraint violation(INSERT on foreign_user[id='111111',service='1',uri='http://twitter.com/bugact',nickname='bugact',created='2008-12-04 18:14:55',modified='']) Cheers :) _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
