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 : 2009-11-27 15:52:51 LOG_ERR: #0 PEAR_Error->PEAR_Error(string,integer,integer,string) called at [/Applications/XAMPP/xamppfiles/htdocs/chat/extlib/DB/DataObject/Error.php:44] 2009-11-27 15:52:51 LOG_ERR: #1 DB_DataObject_Error->DB_DataObject_Error(string,integer,integer,string,NULL) called at [/Applications/xampp/xamppfiles/lib/php/pear/PEAR.php:566] 2009-11-27 15:52:51 LOG_ERR: #2 PEAR->raiseError(string,integer,NULL,NULL,NULL,string) called at [/Applications/XAMPP/xamppfiles/htdocs/chat/extlib/DB/DataObject.php:4144] 2009-11-27 15:52:51 LOG_ERR: #3 DB_DataObject->raiseError(string,integer) called at [/Applications/XAMPP/xamppfiles/htdocs/chat/extlib/DB/DataObject.php:904] 2009-11-27 15:52:51 LOG_ERR: #4 DB_DataObject->insert() called at [/Applications/XAMPP/xamppfiles/htdocs/chat/classes/Memcached_DataObject.php:69] 2009-11-27 15:52:51 LOG_ERR: #5 Memcached_DataObject->insert() called at [/Applications/XAMPP/xamppfiles/htdocs/chat/plugins/Authentication/User_username.php:40] 2009-11-27 15:52:51 LOG_ERR: #6 User_username::register(object,string,string) called at [/Applications/XAMPP/xamppfiles/htdocs/chat/plugins/Authentication/AuthenticationPlugin.php:126] 2009-11-27 15:52:51 LOG_ERR: #7 AuthenticationPlugin->onStartCheckPassword(string,string,object) called at [] It adds the new user in to the user table and then fails. If I then try and login as the new user I not surprisingly get the same error. Any suggestions?
_______________________________________________ StatusNet-dev mailing list [email protected] http://lists.status.net/mailman/listinfo/statusnet-dev
