<?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: Gcal Sidebar 0.1</title>
	<atom:link href="http://www.oriontechnologysolutions.com/web-design/gcal-sidebar-0-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oriontechnologysolutions.com/web-design/gcal-sidebar-0-1/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 16:42:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Martin Beck</title>
		<link>http://www.oriontechnologysolutions.com/web-design/gcal-sidebar-0-1/comment-page-1/#comment-21</link>
		<dc:creator>Martin Beck</dc:creator>
		<pubDate>Sun, 17 Jan 2010 07:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.oriontechnologysolutions.com/?p=169#comment-21</guid>
		<description>I made the coding change, tried to active without success but then I found a way in my cPanel dashboard to switch to php5 ... and the plugin installed fine. Thanks for your help.</description>
		<content:encoded><![CDATA[<p>I made the coding change, tried to active without success but then I found a way in my cPanel dashboard to switch to php5 &#8230; and the plugin installed fine. Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.oriontechnologysolutions.com/web-design/gcal-sidebar-0-1/comment-page-1/#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 17 Jan 2010 05:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.oriontechnologysolutions.com/?p=169#comment-20</guid>
		<description>Martin:
    Please let me know if that works for you. I have an updated version to release, and if that resolves it. I&#039;ll do that in the update as well.</description>
		<content:encoded><![CDATA[<p>Martin:<br />
    Please let me know if that works for you. I have an updated version to release, and if that resolves it. I&#8217;ll do that in the update as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.oriontechnologysolutions.com/web-design/gcal-sidebar-0-1/comment-page-1/#comment-19</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 17 Jan 2010 04:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.oriontechnologysolutions.com/?p=169#comment-19</guid>
		<description>What version of PHP is installed on the server. PHP4 does not properly handle lines like that.

Try chaning this:
 $event_link = $entry-&gt;link-&gt;attributes()-&gt;href;
To this:
 $event_attr = $entry-&gt;link-&gt;attributes();
 $event_link = $event_attr-&gt;href;

See if that resolves your problem.</description>
		<content:encoded><![CDATA[<p>What version of PHP is installed on the server. PHP4 does not properly handle lines like that.</p>
<p>Try chaning this:<br />
 $event_link = $entry->link->attributes()->href;<br />
To this:<br />
 $event_attr = $entry->link->attributes();<br />
 $event_link = $event_attr->href;</p>
<p>See if that resolves your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Beck</title>
		<link>http://www.oriontechnologysolutions.com/web-design/gcal-sidebar-0-1/comment-page-1/#comment-18</link>
		<dc:creator>Martin Beck</dc:creator>
		<pubDate>Sun, 17 Jan 2010 02:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.oriontechnologysolutions.com/?p=169#comment-18</guid>
		<description>Meant *activate* the plugin......</description>
		<content:encoded><![CDATA[<p>Meant *activate* the plugin&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Beck</title>
		<link>http://www.oriontechnologysolutions.com/web-design/gcal-sidebar-0-1/comment-page-1/#comment-17</link>
		<dc:creator>Martin Beck</dc:creator>
		<pubDate>Sun, 17 Jan 2010 02:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.oriontechnologysolutions.com/?p=169#comment-17</guid>
		<description>When I try to active the plugin, I get this &quot;fatal error&quot; message: 
 
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/mbeck/public_html/wp-content/plugins/gcal-sidebar-0.11/gcal-sidebar.php on line 177

Can you help? 

Thanks,
Martin</description>
		<content:encoded><![CDATA[<p>When I try to active the plugin, I get this &#8220;fatal error&#8221; message: </p>
<p>Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/mbeck/public_html/wp-content/plugins/gcal-sidebar-0.11/gcal-sidebar.php on line 177</p>
<p>Can you help? </p>
<p>Thanks,<br />
Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
