strider72 / spam-karma

A flexible and modular anti-spam plugin for WordPress
GNU General Public License v2.0
3 stars 3 forks source link

Conflict with Bad Behavior #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
per http://wordpress.org/extend/plugins/bad-behavior/other_notes/

"When using Bad Behavior in conjunction with Spam Karma 2, you may see
PHP warnings when Spam Karma 2 displays its internally generated
CAPTCHA. This is a design problem in Spam Karma 2."

Original issue reported on code.google.com by stephen....@gmail.com on 23 Feb 2009 at 8:11

GoogleCodeExporter commented 9 years ago
Removing myself from ownership.  I can't fix it -- was just recording a bug 
report from another source.

Original comment by stephen....@gmail.com on 14 May 2009 at 10:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This is a minor bug. SK was creating headers before opening the wp-config.php 
You can not do that because BB needs to be able to send its headers and cookies 
before the SK does. This fixes that problem.........

Original comment by winnfree...@gmail.com on 13 May 2011 at 6:28

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the info.  Kind of hard to fix these things with no details 
whatsoever! ;-)

The fix you use is still not correct, as plugins are not supposed to call 
wp-config directly.  I'll see what I can figure out to correct the issue 
properly.  Still, thanks for letting us know where to look.

Original comment by stephen....@gmail.com on 21 May 2011 at 2:30

GoogleCodeExporter commented 9 years ago
Committed fix proposed by "winnfree".  Code still needs work in that file, but 
I'll call this bug fixed and make a new one specific to the remaining problem.

Original comment by stephen....@gmail.com on 21 May 2011 at 2:44