I’ve been using this whole ZendFramworkAMF/AS3/PHP/MySQL stuff for a little while now and I love it.
But I am having some frustration in debugging maybe someone has some advice for me.
When I do something like this:
nc.call(“PHPClass.PhpMethod”,res, dataArray);
if my PHP has something wrong with it (like syntax error or white space or Anything) the only error I get from Flash is:
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Call.BadVersion
Does anyone know how I could get more specific errors when something breaks?
Thanks in advance for the input, these forums are great.