views:

64

answers:

1

I've been working with Zend Amf for few months and everything is fine on my localserver (and was fine on my test server hosted by dreamhost) until recently. Now every time I try to access the gateway via the URL (i.e. http://hostname/gateway/) instead of the 'Zend AMF endpoint' message should be getting, the browser simply prompts me to download an application/x-amf file.

I have checked my code for any leading or trailing spaces (made sure all my PHP didn't have an endtag). Checked the PHP version..it's 5.2..updated Zend to 1.10.7.

I was hoping that this wasn't interfering with my remote flash calls but that doesn't seem to be working as well. Flex doesn't even report a fault code.

Is there any specific PHP settings I should be checking?

A: 

Not really fixed anything but my Zend AMF IS working and the prompt to download an application/x-amf file is perfectly fine. My problem was more of a database inconsistency and the fact that my OpenAuth login system broke.

Terence