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 file inside your installation of AMFPHP. If you want, I can post the relevant sections of my services-config.xml file (Even though I use WebORB. It should be the same except for the location of the gateway.php file). --- In [email protected], "Christophe" <christophe_jacque...@...> wrote: > > Hello, > > In local, my application is working but with the server I have this error: > > Message: > [MessagingError message='Destination 'amfphp' either does not exist or the > destination has no channels defined (and the application does not define any > default channels.)'] > > Detail: > Couldn't establish a connection to 'amfphp' > > What is the reason of this message ? > > Thank you, > Christophe, >

