Carlos Silva wrote: > Hello, i recently installed the laconica and everythings went almost > pretty well. > I went to register page to create a new account and filled all the form. > > But when I clicked on button "register" it showed the following message: > > DB_DataObject Error: Unable to load schema for database and table > (turn debugging up to 5 for full error message) > > And I don't know what is happening. > > Thanks for any information. If your database name is not 'laconica', you need to set this variable:
#$config['db']['ini_your_db_name'] = $config['db']['schema_location'].'/laconica.ini'; Replace "your_db_name" with, uh, your db name. -Evan P.S. Yes, this is stupid, and yes, we could probably figure this out automatically. _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
