<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ria-coder.com &#187; errors</title>
	<atom:link href="http://ria-coder.com/blog/tag/errors/feed" rel="self" type="application/rss+xml" />
	<link>http://ria-coder.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 21 Apr 2010 19:35:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Server.Acknowledge.Failed &#8211; another AMFPHP ballache</title>
		<link>http://ria-coder.com/blog/serveracknowledgefailed-another-amfphp-ballache</link>
		<comments>http://ria-coder.com/blog/serveracknowledgefailed-another-amfphp-ballache#comments</comments>
		<pubDate>Mon, 03 Nov 2008 09:12:11 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=38</guid>
		<description><![CDATA[While working on a project today, i encountered a serious ballache in the form of this: mx.rpc.Fault (@14f27331) [inherited] faultCode &#8220;Server.Acknowledge.Failed&#8221; faultDetail &#8220;Was expecting message &#8217;93EDDF20-516F-2C3F-AA63-619BAB9DA793&#8242; but received &#8221;.&#8221; faultString &#8220;Didn&#8217;t receive an acknowledgement of message&#8221; rootCause null AMFPHP, for all it&#8217;s wonder and usefulness, doesn&#8217;t document its errors very well. Very irritating. After much]]></description>
			<content:encoded><![CDATA[<p>While working on a project today, i encountered a serious ballache in the form of this:</p>
<p><strong>mx.rpc.Fault (@14f27331)<br />
[inherited]<br />
faultCode    &#8220;Server.Acknowledge.Failed&#8221;<br />
faultDetail    &#8220;Was expecting message &#8217;93EDDF20-516F-2C3F-AA63-619BAB9DA793&#8242; but received &#8221;.&#8221;<br />
faultString    &#8220;Didn&#8217;t receive an acknowledgement of message&#8221;<br />
rootCause    null </strong></p>
<p>AMFPHP, for all it&#8217;s wonder and usefulness, doesn&#8217;t document its errors very well. Very irritating. After much digging, i found that the solution to this isn&#8217;t actually anything to do with the AMFPHP framework, nor with Flex! It&#8217;s stupid little error in PHP&#8230; Make sure that you aren&#8217;t trying to return an array or object in PHP that has an undefined index or property. I slapped my forehead when i realised the error of my ways.</p>
<p>Sigh.</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/serveracknowledgefailed-another-amfphp-ballache/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

