[flexcoders] Re:Pb with Amfphp

2009-06-06 Thread aphexyuri
use the amfphp service browser, it might give you a better description. quick things to check: -Are there any trailing spaces or content behind the closing php tag? If so, remove it. -are your amfphp methods returning anything, if not, pop in return "foo"; at the en of your method. --- In flexco

[flexcoders] Re:Pb with Amfphp

2009-06-05 Thread Martin Moschitz
i had this error frequently while using ZendAMF. It was always a Problem with the PHP code. Some call to a method which did not exist, a class method call without $this, or any other minor thing which should cause PHP to send a warning, but in conjunction with ZendAMF (since error_reporting