<?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"
	>
<channel>
	<title>Comments on: ComicPress Manager Version 0.5 Released</title>
	<atom:link href="http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/</link>
	<description>A new comic every Thursday!</description>
	<pubDate>Sat, 11 Oct 2008 05:20:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: John</title>
		<link>http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-55</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 21 May 2008 01:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-55</guid>
		<description>I've done a PHP 4 compatibility release of the plugin:

http://wordpress.org/extend/plugins/comicpress-manager/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done a PHP 4 compatibility release of the plugin:</p>
<p><a href="http://wordpress.org/extend/plugins/comicpress-manager/" rel="nofollow">http://wordpress.org/extend/plugins/comicpress-manager/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-54</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 20 May 2008 12:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-54</guid>
		<description>I'll install PHP 4 on a machine tonight and see if I can solve the problem.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll install PHP 4 on a machine tonight and see if I can solve the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Svalås</title>
		<link>http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-53</link>
		<dc:creator>Andreas Svalås</dc:creator>
		<pubDate>Tue, 20 May 2008 11:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-53</guid>
		<description>I get the same error on line 29 and the mentioned fix does not take care of the problem.</description>
		<content:encoded><![CDATA[<p>I get the same error on line 29 and the mentioned fix does not take care of the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-51</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 20 May 2008 09:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-51</guid>
		<description>Hi, Robert.  This sounds like you're not using PHP 5 on your server.  There's a potential quick fix, but I would instead recommend that you see if PHP 5 is available and switch to using that instead of PHP 4.  The quick fix is to change this code:

class ComicPressConfig
  public static $properties = array(
    'comic_folder' =&gt; '',

to:

class ComicPressConfig {
  $properties = array(
    'comic_folder' =&gt; '',

removing the "public static" part.  Note that this is untested.  Please let us know if it works for you.  :)</description>
		<content:encoded><![CDATA[<p>Hi, Robert.  This sounds like you&#8217;re not using PHP 5 on your server.  There&#8217;s a potential quick fix, but I would instead recommend that you see if PHP 5 is available and switch to using that instead of PHP 4.  The quick fix is to change this code:</p>
<p>class ComicPressConfig<br />
  public static $properties = array(<br />
    &#8216;comic_folder&#8217; => &#8221;,</p>
<p>to:</p>
<p>class ComicPressConfig {<br />
  $properties = array(<br />
    &#8216;comic_folder&#8217; => &#8221;,</p>
<p>removing the &#8220;public static&#8221; part.  Note that this is untested.  Please let us know if it works for you.  <img src='http://claritycomic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Hidkey</title>
		<link>http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-50</link>
		<dc:creator>Robert Hidkey</dc:creator>
		<pubDate>Tue, 20 May 2008 00:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-50</guid>
		<description>I keep receiving this error when I try to activate the plug-in.

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in [...snip...]/wp-content/plugins/comicpress_manager.php on line 29 

Any help would be appreciated.
Robert Hickey

&lt;em&gt;[jb: Edited to remove private server information.]&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>I keep receiving this error when I try to activate the plug-in.</p>
<p>Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#8216;}&#8217; in [...snip...]/wp-content/plugins/comicpress_manager.php on line 29 </p>
<p>Any help would be appreciated.<br />
Robert Hickey</p>
<p><em>[jb: Edited to remove private server information.]</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karchesky</title>
		<link>http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-38</link>
		<dc:creator>Karchesky</dc:creator>
		<pubDate>Fri, 16 May 2008 23:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://claritycomic.com/2008/05/16/comicpress-manager-version-05-released/#comment-38</guid>
		<description>This sounds great, John. I'll be sure to give it a try over the weekend!</description>
		<content:encoded><![CDATA[<p>This sounds great, John. I&#8217;ll be sure to give it a try over the weekend!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
