<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: AMF-PHP multiple method calls</title>
	<atom:link href="http://www.peterelst.com/blog/2003/11/03/amf-php-multiple-method-calls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterelst.com/blog/2003/11/03/amf-php-multiple-method-calls/</link>
	<description>Flash Platform Geek</description>
	<lastBuildDate>Wed, 04 Jan 2012 21:31:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David</title>
		<link>http://www.peterelst.com/blog/2003/11/03/amf-php-multiple-method-calls/comment-page-1/#comment-117</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=25#comment-117</guid>
		<description>I believe I am having the problem you have described.  I have movie clip A, and when i click the link that plays it, it opens a connection to the gateway, then recieves the results and creates some images and text, etc. then when I click a link that points to movie clip B which does the same type of thing, no results are returned. However if I first go to the movie clip B it works, and then when i go to movie clip A it doesn&#039;t work. So whichever one I go to first is creating an instance of the method call as described in the Executive.php file. I tried your fix but i get an error in Netdebugger stating that DOCUMENT_ROOT is not a valid index.  So I looked into setting doc_root in my php.ini file, but it got to complicated, saying i had to change that, and some other path, and copy php4.dll, and all this crap. So if you know how to make DOCUMENT_ROOT work I would be greatful for a response. I&#039;ve been bashing my brains over it for two days and your answer via Justin Watkins seems to be the most relevant solution. I tried to see the mailinglist but after I registered at the site I clicked the link to the amfphp-general list and it said it didn&#039;t exist so if you have a copy of his full solution or know what it was that would help as well. thanks for your time, david</description>
		<content:encoded><![CDATA[<p>I believe I am having the problem you have described.  I have movie clip A, and when i click the link that plays it, it opens a connection to the gateway, then recieves the results and creates some images and text, etc. then when I click a link that points to movie clip B which does the same type of thing, no results are returned. However if I first go to the movie clip B it works, and then when i go to movie clip A it doesn&#8217;t work. So whichever one I go to first is creating an instance of the method call as described in the Executive.php file. I tried your fix but i get an error in Netdebugger stating that DOCUMENT_ROOT is not a valid index.  So I looked into setting doc_root in my php.ini file, but it got to complicated, saying i had to change that, and some other path, and copy php4.dll, and all this crap. So if you know how to make DOCUMENT_ROOT work I would be greatful for a response. I&#8217;ve been bashing my brains over it for two days and your answer via Justin Watkins seems to be the most relevant solution. I tried to see the mailinglist but after I registered at the site I clicked the link to the amfphp-general list and it said it didn&#8217;t exist so if you have a copy of his full solution or know what it was that would help as well. thanks for your time, david</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Elst</title>
		<link>http://www.peterelst.com/blog/2003/11/03/amf-php-multiple-method-calls/comment-page-1/#comment-118</link>
		<dc:creator>Peter Elst</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=25#comment-118</guid>
		<description>Hi David, from what I&#039;ve just read it looks like PHP isn&#039;t processing the $_SERVER[&#039;DOCUMENT_ROOT&#039;] properly. &lt;br /&gt;
&lt;br /&gt;
Have you tried accessing the gateway.php through your browser to see if that returns an error?</description>
		<content:encoded><![CDATA[<p>Hi David, from what I&#8217;ve just read it looks like PHP isn&#8217;t processing the $_SERVER['DOCUMENT_ROOT'] properly. </p>
<p>Have you tried accessing the gateway.php through your browser to see if that returns an error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.peterelst.com/blog/2003/11/03/amf-php-multiple-method-calls/comment-page-1/#comment-119</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=25#comment-119</guid>
		<description>yes the page runs fine, i also tested my current configuration without the new Executive.php file and without using $_SERVER[&#039;DOCUMENT_ROOT&#039;] on a sample program , the parkservices example from amfphp at sourceforge&#039;s website and it works , but my flash file has seperate movie clips where as theres only has one. so still no progresss as of yet. if you have any other suggestions or codes requests to analyze please let me know, again thanks for your time. david</description>
		<content:encoded><![CDATA[<p>yes the page runs fine, i also tested my current configuration without the new Executive.php file and without using $_SERVER['DOCUMENT_ROOT'] on a sample program , the parkservices example from amfphp at sourceforge&#8217;s website and it works , but my flash file has seperate movie clips where as theres only has one. so still no progresss as of yet. if you have any other suggestions or codes requests to analyze please let me know, again thanks for your time. david</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frenki</title>
		<link>http://www.peterelst.com/blog/2003/11/03/amf-php-multiple-method-calls/comment-page-1/#comment-201</link>
		<dc:creator>frenki</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=25#comment-201</guid>
		<description>this just saved my life. thank you. amfphp has a really bad error reporting and was trying to fix the &quot;php script error&quot; for hours...</description>
		<content:encoded><![CDATA[<p>this just saved my life. thank you. amfphp has a really bad error reporting and was trying to fix the &#8220;php script error&#8221; for hours&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

