[flexcoders] Re: Pb with Amfphp

2010-03-19 Thread valdhor
I would also need to see your remoting-config.xml file to see the destinations you have created. --- In flexcoders@yahoogroups.com, Christophe christophe_jacque...@... wrote: Please, find below my services-config file: services-config services service

[flexcoders] Re: Pb with Amfphp

2010-03-19 Thread valdhor
Forget the last message. It looks like you are not loading in a remoting-config.xml file. You could try adding the following to the services-config.xml file (This is actually in my remoting-config.xml file)... default-channels channel ref=my-amfphp/ /default-channels --- In

[flexcoders] Re: Pb with Amfphp

2010-03-18 Thread valdhor
How are you setting up the channel for AMFPHP? Is it with AS3 code or with a services-config.xml file? If it is the latter, check to see if you have channels set up in the XML and that you have a child channel-definition named amfphp with the endpoint set to the location of the gateway.php

[flexcoders] Re: Pb with Amfphp

2010-03-18 Thread Christophe
Please, find below my services-config file: services-config services service id=amfphp-flashremoting-service class=flex.messaging.services.RemotingService

[flexcoders] Re: Pb with Amfphp : Insert Into

2009-10-15 Thread valdhor
That's a PHP problem. Does it work outside of AMFPHP? --- In flexcoders@yahoogroups.com, Christophe christophe_jacque...@... wrote: Hello, I have a problem with INSERT INTO sql function in Php Script when I use amfphp : $query=INSERT INTO utilisateurs (Last, First, Adress) VALUES