[email protected] wrote:
> I try running laconica. when I click such as register, I got the: 
> DB_DataObject Error: Unable to load schema for database and table.

Most likely, your setting for $config['db']['ini_YOURDBNAME'] is
wrong. Whatever your database is called, put that where it says
YOURDBNAME, so you end up with something like this:

  $config['db']['ini_YOURDBNAME']=
      $config['db']['schema_location'].'/laconica.ini';
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to