PDA

View Full Version : AMFPHP - call returns 'nothing' in service browser


juergreh
06-14-2007, 08:34 AM
Hi everybody

I have been using amfphp for a while now and deployed it in quite a few projects with no major complications.

However, now I face an issue I have never come across before and was hoping that someone could help me out.

when i test the functionality of amfphp in the service browser, I can make any call but always get the same return, which is
"amfphp and this gateway are installed correctly. You may now connect to this gateway from Flash.Note: ... bla bla"

This is very odd, and I have no idea why it returns this string. Everything works fine locally of course.

Does anyone have a clue of whats going on here

Really appreciate it
Thanks
Juergen

juergreh
06-15-2007, 12:38 AM
got it figured out by smart google search of a mate of mine.

Of course i forgot to mention that the server was running php 5.2.2 which caused the problem ->
http://sourceforge.net/tracker/index.php?func=detail&aid=1717254&group_id=72483&atid=534662

cheers

AlexPetrescu
07-16-2007, 09:25 AM
Thank you. I just had the same problem. It was running no problem on my other server, and I moved it to a MediaTemple GridService account and all of a sudden the AMFPHP just returned the "amfphp and this gateway are installed correctly. You may now connect to this gateway from Flash.Note: If you're reading an old tutorial, it will tell you that you should see a download window instead of this message. This confused people so this is the new behaviour starting from amfphp 1.2.View the amfphp documentation"

I also had PHP 5.2.2 installed.

Your link saved the day.

Thanks again.