Man  I tried what you said and I uncommented the line :D
and still with same problem:

DB_DataObject Error: Unable to load schema for database and table (turn
debugging up to 5 for full error message)

here is the line of my config:

$config['db']['database'] = 'mysql://user_tblog:[EMAIL PROTECTED]
/db_tblog';
$config['db']['db_tblog'] =
$config['db']['schema_location'].'/laconica.ini';

I tried to find the laconica.ini in root directory of laconiaca and I didnt
find. Do you think can be it?




2008/11/20 Evan Prodromou <[EMAIL PROTECTED]>

> 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.
>
>


-- 
If at first you don't succeed, you must be a programmer.
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to