On Wed, Jul 15, 2009 at 3:19 PM, Andreas Schildbach
<[email protected]>wrote:

> On Wed, 2009-07-15 at 14:23 -0400, Evan Prodromou wrote:
> > Andreas Schildbach wrote:
> > > However, the problem persists. Umlauts are still not correct with
> 0.7.4,
> > > but correct with 0.7.3.
> > >
> > >
> > Did you read the section on UTF-8 updates in the README, and did you do
> > that procedure? I've quoted it below for convenience.
>
> I tried running that script, but I get errors:
>
> /var/www/laconica-0.7.4# php scripts/fixup_utf8.php
>
> Warning: mysqli_set_charset() expects parameter 1 to be mysqli, resource
> given in /var/www/laconica-0.7.4/scripts/fixup_utf8.php on line 79
> ERROR: couldn't set charset
>
> Fatal error: Call to a member function prepare() on a non-object
> in /var/www/laconica-0.7.4/scripts/fixup_utf8.php on line 111
>
>
> Note that the Debian package php5-mysql is installed, which contains
> mysqli.
>
> The DB connection defined in config.php works for the webapp.
>
> Best regards,
>
> Andreas
>
>
$config['db']['database'] must be set to a mysqli uri for the fixup_utf8.php
to work.

-- 
Mark
"Blessed is he who finds happiness in his own foolishness, for he will
always be happy."
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to