User_username::register(object,string,string) is being called from the AuthenticationPlugin supplied as part of StatusNet 0.9.
I would have expected the StatusNet code base to define any database tables it needed, but it may be that I've missed a key part out from the Plugin setup. Martin 2009/11/27 Christopher Vollick <[email protected]> > On 27-Nov-09, at 11:02 AM, Martin Higham wrote: > > I'm trying to write my own plugin using 0.9 (just downloaded from > gitorious). I've built a new database and get the following in my log when I > try to auto register a new user. > > 2009-11-27 15:52:51 LOG_ERR: PEAR error: DB_DataObject Error: insert:No > table definition for user_username : > > > It might be useful for us to see the code you're using to generate this > error. > As an initial guess, though, it would seem like you're trying to access a > table called user_username, but StatusNet doesn't have one. >
_______________________________________________ StatusNet-dev mailing list [email protected] http://lists.status.net/mailman/listinfo/statusnet-dev
