Zend AMF 문제 관련
For PHP 5.x and you can try
while ($row = mysql_fetch_object($result,”VOAuthor”)) {
$ret[] = $row;
}
http://miti.pricope.com/2008/06/06/debugging-flex-and-php-with-flex-builder-and-zend-studio/
http://corlan.org/2009/01/07/throwing-an-error-when-working-with-php-and-amf/
=============
now, i’ve uploaded the site. the server doesn’t return any errors but when i point my browser to mysite.com/zendamf_remote , the browser asks me if i want to download a file which actually contains the following text:
Zend Amf Endpoint
if i comment out:
// echo($server -> handle());
“Zend Amf Endpoint” is returned in my browser window, the way it does when testing locally!!!
So, php seems to be fine since all is working locally…
On the web server, I’m connected to Zend Amf Server, since the browser returns the endpoint address…
In order to avoid the Security sandbox violation, i have set the endpoint uri in the services-config.xml to zendamf_remote/ and this works fine locally…
So it seems that all the pieces are in place and yet something’s missing!!! Any ideas???
'파란코드 > 참고정보' 카테고리의 다른 글
RIA쪽으로 기우는 이유 (0) | 2009.07.15 |
---|---|
Flex에서 한글깨짐(System.useCodePage=true)과 관련 (0) | 2009.06.27 |
JDK6.x을 사용할때 Tomcat이 실행이 안되는 문제 (0) | 2008.05.14 |
[Flex팁] 데이터 검증 기능 (0) | 2008.04.27 |
[Flex팁] 다이나믹 툴 힌트 텍스트의 사용 (0) | 2008.04.27 |