[symfony-users] Re: Encoding soap_option automatic in app.yml ?

2009-08-14 Thread AlexChalumeau
Still nobody knows ? On 6 août, 15:33, AlexChalumeau wrote: > Hi, > > I would like my soap request to automatically detect the encoding it > has to be set to. > > For instance, if my input request is UTF-8, I would like my request to > be encoded in UTF 8. > On the

[symfony-users] Encoding soap_option automatic in app.yml ?

2009-08-06 Thread AlexChalumeau
Hi, I would like my soap request to automatically detect the encoding it has to be set to. For instance, if my input request is UTF-8, I would like my request to be encoded in UTF 8. On the other side, if my input request is ISO-8859-1, I would like my request to be encoded in ISO-8859-1. It lo

[symfony-users] Re: Unable to open PDO connection [wrapped: SQLSTATE[28000] [1045] Access denied for user

2009-07-28 Thread AlexChalumeau
password : webdpe encoding: utf8 persistent: true pooling: true Thank you On 28 juil, 16:04, andrea cecchetto wrote: > Hi > I think there is an error with your username or/and password! > > 2009/7/28 AlexChalumeau > > > > > Hi

[symfony-users] Unable to open PDO connection [wrapped: SQLSTATE[28000] [1045] Access denied for user

2009-07-28 Thread AlexChalumeau
Hi everyobdy, I'm trying to access the database from a symfony project that is on a different machine. On the server, I moved the installation folder of lampp from "/opt" to "/webdpe/users/webdpe", and I have to use the port 10008 for MySQL (10009 is for Apache while 10006 is for SSL). I tried