On Jan 9, 2008 6:21 PM, Peter HO <[EMAIL PROTECTED]> wrote:
>
>  thanks for that quick reply !
>
>  This is part of my databases.yml file
>  dev:
>    poptract:
>      class: sfPropelDatabase
>      param:
>        encoding: utf8
>        dsn: mysql://xxxxx:[EMAIL PROTECTED]:3306/mybase

there was (a long time ago) a bug in creole that prevented to mix dsn
and params syntax. Did you try dsn:
mysql://xxxxx:[EMAIL PROTECTED]:3306/mybase?encoding=utf8 ?

also did you check your http response's encoding ?

2 cents,

tristan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to