<?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: Inline Stock Quote Plugin</title>
	<atom:link href="http://www.ryanbarr.com/webdevelopment/inline-stock-quote-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ryanbarr.com/webdevelopment/inline-stock-quote-plugin</link>
	<description>Options, Economics, Futures, Politics and a bit of the Barr Family scattered in between</description>
	<lastBuildDate>Sat, 29 Aug 2009 07:29:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan</title>
		<link>http://www.ryanbarr.com/webdevelopment/inline-stock-quote-plugin/comment-page-1#comment-63</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 01 Feb 2008 23:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanbarr.com/wordpress/inline-stock-quote-plugin#comment-63</guid>
		<description>I&#039;m not a huge PHP guy, but it looks like it has to do with file ownership.  

In the code, the results from yahoo are downloaded to a temporary directory on your server and then used.  

This might work... create a new directory on your server, in a place you &#039;own&#039;.  Then modify the code on line 109 from
 $tmpquotename = tempnam(&quot;&quot;, &quot;inlinestockquote&quot;);
to 
$tmpquotename = tempnam(&quot;/YOURNEWDIRECTORY&quot;, &quot;inlinestockquote&quot;);

If that doesn&#039;t do the trick, take a look at this post describing what is going on with a different piece of software:
http://drupal.org/node/182058

Let me know how that goes.  The plugin doesn&#039;t &#039;need&#039; to use a temporary file, so as a last resort that could be removed and the code could be modified.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a huge PHP guy, but it looks like it has to do with file ownership.  </p>
<p>In the code, the results from yahoo are downloaded to a temporary directory on your server and then used.  </p>
<p>This might work&#8230; create a new directory on your server, in a place you &#8216;own&#8217;.  Then modify the code on line 109 from<br />
 $tmpquotename = tempnam(&#8220;&#8221;, &#8220;inlinestockquote&#8221;);<br />
to<br />
$tmpquotename = tempnam(&#8220;/YOURNEWDIRECTORY&#8221;, &#8220;inlinestockquote&#8221;);</p>
<p>If that doesn&#8217;t do the trick, take a look at this post describing what is going on with a different piece of software:<br />
<a href="http://drupal.org/node/182058" rel="nofollow">http://drupal.org/node/182058</a></p>
<p>Let me know how that goes.  The plugin doesn&#8217;t &#8216;need&#8217; to use a temporary file, so as a last resort that could be removed and the code could be modified.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toqueboy</title>
		<link>http://www.ryanbarr.com/webdevelopment/inline-stock-quote-plugin/comment-page-1#comment-62</link>
		<dc:creator>toqueboy</dc:creator>
		<pubDate>Fri, 01 Feb 2008 22:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanbarr.com/wordpress/inline-stock-quote-plugin#comment-62</guid>
		<description>this seems like a great tool but when i install on 2.3.2 i get all the classic stock plugin errors...perhaps i am doing something wrong?


Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 10020 is not allowed to access /tmp/inlinestockquote8eHnlG owned by uid 48 in /var/www/vhosts/simplesimple.ca/subdomains/secure/httpdocs/wp-content/plugins/inlinequote/InlineQuote.php on line 111

etc etc

thoughts?  i&#039;d love to use this.</description>
		<content:encoded><![CDATA[<p>this seems like a great tool but when i install on 2.3.2 i get all the classic stock plugin errors&#8230;perhaps i am doing something wrong?</p>
<p>Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 10020 is not allowed to access /tmp/inlinestockquote8eHnlG owned by uid 48 in /var/www/vhosts/simplesimple.ca/subdomains/secure/httpdocs/wp-content/plugins/inlinequote/InlineQuote.php on line 111</p>
<p>etc etc</p>
<p>thoughts?  i&#8217;d love to use this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
