<?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: Refractal WordPress Theme</title>
	<atom:link href="http://www.sudeepmandal.com/projects/refractal-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sudeepmandal.com</link>
	<description>Sudeep Mandal's spot on the net</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:18:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Sudeep</title>
		<link>http://www.sudeepmandal.com/projects/refractal-wordpress-theme/comment-page-1/#comment-32518</link>
		<dc:creator>Sudeep</dc:creator>
		<pubDate>Thu, 17 Mar 2011 02:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sudeepmandal.com/?page_id=1077#comment-32518</guid>
		<description>Glad you figured it out and thanks for reporting back. I&#039;ll try to look into it.</description>
		<content:encoded><![CDATA[<p>Glad you figured it out and thanks for reporting back. I&#8217;ll try to look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Astrid</title>
		<link>http://www.sudeepmandal.com/projects/refractal-wordpress-theme/comment-page-1/#comment-32511</link>
		<dc:creator>Astrid</dc:creator>
		<pubDate>Wed, 16 Mar 2011 21:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sudeepmandal.com/?page_id=1077#comment-32511</guid>
		<description>Got my solution! It&#039;s not about retyping the ?&gt; or &lt;?php but about removing the extra white space between those two. Worked for me anyway, so hopefully it will help others.

Kind regards,
Astrid</description>
		<content:encoded><![CDATA[<p>Got my solution! It&#8217;s not about retyping the ?&gt; or &lt;?php but about removing the extra white space between those two. Worked for me anyway, so hopefully it will help others.</p>
<p>Kind regards,<br />
Astrid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Astrid</title>
		<link>http://www.sudeepmandal.com/projects/refractal-wordpress-theme/comment-page-1/#comment-32510</link>
		<dc:creator>Astrid</dc:creator>
		<pubDate>Wed, 16 Mar 2011 21:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sudeepmandal.com/?page_id=1077#comment-32510</guid>
		<description>Hi Sudeep, 

I&#039;ve seen above that someone had the same problem as I had, with the line number 292.
I&#039;ve corrected that line, but then I get another page full of errors, that do not link to a line which has ?&gt; or &lt;?php in it, like these :

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mysite/httpdocs/wordpress/wp-content/themes/refractal/functions.php:292) in /var/www/vhosts/mysite/httpdocs/wordpress/wp-login.php on line 354

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mysite/httpdocs/wordpress/wp-content/themes/refractal/functions.php:292) in /var/www/vhosts/mysite/httpdocs/wordpress/wp-login.php on line 366

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mysite/httpdocs/wordpress/wp-content/themes/refractal/functions.php:292) in /var/www/vhosts/mysite/httpdocs/wordpress/wp-includes/pluggable.php on line 693

And so on.

Any suggestions because I really like those themes!

Thanks in advance.

Regards,
Astrid</description>
		<content:encoded><![CDATA[<p>Hi Sudeep, </p>
<p>I&#8217;ve seen above that someone had the same problem as I had, with the line number 292.<br />
I&#8217;ve corrected that line, but then I get another page full of errors, that do not link to a line which has ?&gt; or &lt;?php in it, like these :</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /var/www/vhosts/mysite/httpdocs/wordpress/wp-content/themes/refractal/functions.php:292) in /var/www/vhosts/mysite/httpdocs/wordpress/wp-login.php on line 354</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /var/www/vhosts/mysite/httpdocs/wordpress/wp-content/themes/refractal/functions.php:292) in /var/www/vhosts/mysite/httpdocs/wordpress/wp-login.php on line 366</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /var/www/vhosts/mysite/httpdocs/wordpress/wp-content/themes/refractal/functions.php:292) in /var/www/vhosts/mysite/httpdocs/wordpress/wp-includes/pluggable.php on line 693</p>
<p>And so on.</p>
<p>Any suggestions because I really like those themes!</p>
<p>Thanks in advance.</p>
<p>Regards,<br />
Astrid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subhendu Sen</title>
		<link>http://www.sudeepmandal.com/projects/refractal-wordpress-theme/comment-page-1/#comment-27830</link>
		<dc:creator>Subhendu Sen</dc:creator>
		<pubDate>Tue, 21 Sep 2010 14:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sudeepmandal.com/?page_id=1077#comment-27830</guid>
		<description>Hi again!

I have corrected it. Opened the functions.php in Notepad and deleted ?&gt; or &lt;?php in the line number mentioned in the error message and retyped them. Initially I corrected line number 292. It showed error again with another line number. All the errors were pointing to the lines with either . I repeated the same till it became errorless.

Warm regards....</description>
		<content:encoded><![CDATA[<p>Hi again!</p>
<p>I have corrected it. Opened the functions.php in Notepad and deleted ?&gt; or &lt;?php in the line number mentioned in the error message and retyped them. Initially I corrected line number 292. It showed error again with another line number. All the errors were pointing to the lines with either . I repeated the same till it became errorless.</p>
<p>Warm regards&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subhendu Sen</title>
		<link>http://www.sudeepmandal.com/projects/refractal-wordpress-theme/comment-page-1/#comment-27811</link>
		<dc:creator>Subhendu Sen</dc:creator>
		<pubDate>Mon, 20 Sep 2010 18:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sudeepmandal.com/?page_id=1077#comment-27811</guid>
		<description>Hi Sudeep!

Thanks for your excellent themes, I&#039;ve installed both in the new version of my site.

However, after I installed refractal in Wordpress 3.0.1, every time I save something in admin panel, I get this error:

&quot;Warning: Cannot modify header information - headers already sent by (output started at ..../wp-content/themes/refractal/functions.php:292) in ..../wp-includes/pluggable.php on line 890&quot;

Do you have any suggestion?

Thanks again and warm regards...</description>
		<content:encoded><![CDATA[<p>Hi Sudeep!</p>
<p>Thanks for your excellent themes, I&#8217;ve installed both in the new version of my site.</p>
<p>However, after I installed refractal in WordPress 3.0.1, every time I save something in admin panel, I get this error:</p>
<p>&#8220;Warning: Cannot modify header information &#8211; headers already sent by (output started at &#8230;./wp-content/themes/refractal/functions.php:292) in &#8230;./wp-includes/pluggable.php on line 890&#8243;</p>
<p>Do you have any suggestion?</p>
<p>Thanks again and warm regards&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renise</title>
		<link>http://www.sudeepmandal.com/projects/refractal-wordpress-theme/comment-page-1/#comment-24230</link>
		<dc:creator>Renise</dc:creator>
		<pubDate>Fri, 04 Jun 2010 02:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sudeepmandal.com/?page_id=1077#comment-24230</guid>
		<description>I appreciate you creating the refractal theme. This is exactly what I was looking for. I have reflection installed on my photoblog (photoblog.reniseblack.com) but needed the primary page to display posts normally instead of just a photo.

Thanks!</description>
		<content:encoded><![CDATA[<p>I appreciate you creating the refractal theme. This is exactly what I was looking for. I have reflection installed on my photoblog (photoblog.reniseblack.com) but needed the primary page to display posts normally instead of just a photo.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.sudeepmandal.com/projects/refractal-wordpress-theme/comment-page-1/#comment-16274</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 17 Mar 2010 09:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sudeepmandal.com/?page_id=1077#comment-16274</guid>
		<description>it&#039;s that all? I&#039;ve done that and it doesn&#039;t show up. I&#039;ll try to refresh the page, hope is not the server caching...</description>
		<content:encoded><![CDATA[<p>it&#8217;s that all? I&#8217;ve done that and it doesn&#8217;t show up. I&#8217;ll try to refresh the page, hope is not the server caching&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk

Served from: www.sudeepmandal.com @ 2012-02-04 04:08:41 -->
