views:

10

answers:

0

I wasn't sure if this question would go better here or at superuser, since it kinda crosses between the two.

I have a Flex web app with a PHP service, using ZendFramework.

The app works fine on Ubuntu 9.04 Server. No errors at all, behaves exactly as expected. If I install Ubuntu 10.04 Server, I suddenly start getting a "Channel disconnected before an acknowledgement was received" error whenever attempting to do a PHP call.

I have tried calling some of the functions in a web browser to see if they produce errors, but they don't. They behave as expected.

I'm just wondering if anyone knows of any changes in the OS that would cause these errors, or if anyone has any suggestions on how to further diagnose the problem, as I can't seem to figure out any way of digging into this problem.

Let me know if you need any further info. Thanks in advance for any help!

  • Travis