Kitty’s Spaminator Error
-
Options>Spaminator
Error:
Fatal error: Cannot redeclare spaminate_comment() (previously declared in /home/xerocool/domains/r0x0rz.info/public_html/wp-content/plugins/kittens-spaminator.php:332) in /home/xerocool/domains/r0x0rz.info/public_html/wp-content/plugins/kittens-spaminator.php on line 332
Hm, what can be wrong?…I’m using WP 1.3 and It works with 1.3.
I found this in the file:
/// Control block if comment posted.
function spaminate_comment( $comment ) {
$incoming_spam = new spam_killer( $comment );
$foo = $incoming_spam->process_comment();
return $foo;
}And:
add_action(‘preprocess_comment’, ‘spaminate_comment’);
So…?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Kitty’s Spaminator Error’ is closed to new replies.