<?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: SK2 Contact Form</title>
	<atom:link href="http://unknowngenius.com/blog/wordpress/spam-karma/sk2-contact-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://unknowngenius.com/blog</link>
	<description>Chemically-enhanced neural rewiring, on a semi-regular basis...</description>
	<lastBuildDate>Fri, 12 Mar 2010 18:18:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: René</title>
		<link>http://unknowngenius.com/blog/wordpress/spam-karma/sk2-contact-form/comment-page-1/#comment-519117</link>
		<dc:creator>René</dc:creator>
		<pubDate>Wed, 17 Mar 2010 23:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://unknowngenius.com/blog/wordpress/spam-karma/sk2-contact-form/#comment-519117</guid>
		<description>SK2 Bug Report + Fix

The sk2_second_chance.php includes wp-config.php after an output is already done. This causes &quot;cannot modify header information&quot; errors if other plugins need to send a header (for example to set a cookie) via the init- or plugins_loaded- hook of WordPress. For example the error occurs with the plugin &quot;ozh-who-sees-ads&quot; on http://www.meinungs-blog.de/ich-brauch-mal-eure-hilfe-bei-wordpress/

Simple fix: In sk2_second_chance.php the config has to be loaded first. Insert a new line with the wp-config.php inclusion code at the very top of sk2_second_chance.php:

Than remove the old wp-config.php inclusion line (old line 3, now line 4):
require_once(&#039;../../../wp-config.php&#039;);

Regards,
René</description>
		<content:encoded><![CDATA[<p>SK2 Bug Report + Fix</p>
<p>The sk2_second_chance.php includes wp-config.php after an output is already done. This causes &#8220;cannot modify header information&#8221; errors if other plugins need to send a header (for example to set a cookie) via the init- or plugins_loaded- hook of WordPress. For example the error occurs with the plugin &#8220;ozh-who-sees-ads&#8221; on <a href="http://www.meinungs-blog.de/ich-brauch-mal-eure-hilfe-bei-wordpress/" rel="nofollow">http://www.meinungs-blog.de/ich-brauch-mal-eure-hilfe-bei-wordpress/</a></p>
<p>Simple fix: In sk2_second_chance.php the config has to be loaded first. Insert a new line with the wp-config.php inclusion code at the very top of sk2_second_chance.php:</p>
<p>Than remove the old wp-config.php inclusion line (old line 3, now line 4):<br />
require_once(&#8216;../../../wp-config.php&#8217;);</p>
<p>Regards,<br />
René</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murk</title>
		<link>http://unknowngenius.com/blog/wordpress/spam-karma/sk2-contact-form/comment-page-1/#comment-516393</link>
		<dc:creator>Murk</dc:creator>
		<pubDate>Wed, 17 Mar 2010 20:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://unknowngenius.com/blog/wordpress/spam-karma/sk2-contact-form/#comment-516393</guid>
		<description>Bugrep:

A user submitted that they saw this message when posting a comment.

It hit the filters for no javascript (I know the user, and they disable javascript) and for no encrypted payload.

Even if it hit those filters legitimately, the user shouldn&#039;t have seen this message.

When I pulled it from the fire, there was another legitimate comment in there that I could see amongst the rubbish. I have been unable to reproduce the effect using firefox, msie with javascript either on or off.

They&#039;re using:
Firefox:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5

OS:
Microsoft Windows 2000 5.00.2195 Service Pack 4

I&#039;m on WP2.7, SpamKarma 2.3RC4

Error message:
Submitted comment 72140 to Akismet.com as spam (Akismet said it&#039;s ham)

Warning: Cannot modify header information - headers already sent by (output started at blahblah.....//wp-content/plugins/SK2/sk2_util_class.php:208) in blahblah.....//wp-content/plugins/SK2/spam_karma_2_plugin.php on line 1033

Warning: Cannot modify header information - headers already sent by (output started at blahblah...../wp-content/plugins/SK2/sk2_util_class.php:208) in blahblah.....//wp-content/plugins/SK2/spam_karma_2_plugin.php on line 1034
Sorry, but your comment has been flagged by the spam filter running on this blog: this might be an error, in which case all apologies. Your comment will be presented to the blog admin who will be able to restore it immediately.</description>
		<content:encoded><![CDATA[<p>Bugrep:</p>
<p>A user submitted that they saw this message when posting a comment.</p>
<p>It hit the filters for no javascript (I know the user, and they disable javascript) and for no encrypted payload.</p>
<p>Even if it hit those filters legitimately, the user shouldn&#8217;t have seen this message.</p>
<p>When I pulled it from the fire, there was another legitimate comment in there that I could see amongst the rubbish. I have been unable to reproduce the effect using firefox, msie with javascript either on or off.</p>
<p>They&#8217;re using:<br />
Firefox:<br />
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5</p>
<p>OS:<br />
Microsoft Windows 2000 5.00.2195 Service Pack 4</p>
<p>I&#8217;m on WP2.7, SpamKarma 2.3RC4</p>
<p>Error message:<br />
Submitted comment 72140 to Akismet.com as spam (Akismet said it&#8217;s ham)</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at blahblah&#8230;..//wp-content/plugins/SK2/sk2_util_class.php:208) in blahblah&#8230;..//wp-content/plugins/SK2/spam_karma_2_plugin.php on line 1033</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at blahblah&#8230;../wp-content/plugins/SK2/sk2_util_class.php:208) in blahblah&#8230;..//wp-content/plugins/SK2/spam_karma_2_plugin.php on line 1034<br />
Sorry, but your comment has been flagged by the spam filter running on this blog: this might be an error, in which case all apologies. Your comment will be presented to the blog admin who will be able to restore it immediately.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
