Channel disconnected before an acknowledgement was received

2fAst4u

New Member
I'm working with Adobe Air and PHP with Zend Framework for remoting. Currently on one particular machine, I am getting the "Channel disconnected before an acknowledgement was received" error in the first call that the Air app makes to a php function. I tried running the php files with some debug statements, and those work fine, so its not a problem of php connecting to the database. Also the functions that are called from the flex, are getting called (its getting logged right down to before the last return statement) but the control never returns back to flex. I also confirmed by calling the same functions directly via a php file with the same parameter values and it returns expected values properly. So I am positive it's not an exception due to some php error code. The entire setup works perfectly on other machines. I don't want to just reinstall everything blindly, since I want to know what setup might be causing this. Any ideas what I might be missing?
 
Top