To anyone reading the email below here's some piece of advice ... setting
$config['db']['debug'] = 5 to debug the database is not a verygood idea
especially if you have users. It is an
  extremely bad idea. It's a tool built into DB_DataObject that will  emit
oodles of print lines directly to the browser of your users.  "Among these
lines will be your database username and password. Do
  not enable this option on a production Web site for any reason."

2008/11/19 Bo Fussing <[EMAIL PROTECTED]>

> Hi Frederic,
>
> When you re-installed Laconica did you also drop and install the database
> again? I had a similar issue which related to an update in the database
> scheme between 0.6.1 and 0.6.2
>
> If this does not fix it try and set your Laconica installation into debug
> mode by making sure you have the following line in config.php:
>
> $config['db']['debug'] = 5;
>
> Regards,
> Bo
>
> On 19 Nov 2008, at 5:36 PM, Frederic Desjardins wrote:
>
> Hi I reinstalled Laconica 0.6.2. everything worked fine until I created a
> user and made an entry. There is no message displayed on the public timeline
> while on the user profile personal time line all the messages appear just
> fine....
>
> I am trying to figure out if something is missing!
>
> Let me know and Thanks in advance...
>
> --
> Frederic
>
> _______________________________________________
> Laconica-dev mailing list
> [email protected]
> http://mail.laconi.ca/mailman/listinfo/laconica-dev
>
>
>


-- 
Frederic
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to