Firefox PHP

Akismet Spam Service

Posted by Brian Moon 
Re: Akismet Spam Service
August 04, 2006 04:27PM
HAHA! Got it and everything is working. Thanks much for the help!
Re: Akismet Spam Service
August 04, 2006 04:53PM
I just wish there was a similar module for Invisionboard.... (two sites, two packages.)

Often tempted to convert from IPB to phorum but it's a huge installation and I'm using a registry system that requires IPB...
Re: Akismet Spam Service
September 02, 2006 08:34PM
My settings are also not savings. More specifically, the "Check Registered Users" setting will not allow me to change it to Yes. I am using Phorum version 5.1.15.

There are no error messages. I instead get the message "Akismet Settings Saved."

Any help would be appreciated.

Thanks,

John Vinci
Re: Akismet Spam Service
September 04, 2006 04:52AM
Could use the option to throw away the spam instead of marking as unapproved. Just a few days offline, and the phorum_db_get_unapproved_list (doing fetch) hit a RAM limit on my server, leaving the forum blank.
Re: Akismet Spam Service
September 12, 2006 03:03PM
I fixed the settings issue.

Brian - Cowboy Ninja Coder - Personal Blog - Twitter
Re: Akismet Spam Service
December 11, 2006 01:15PM
I just love this module. It made my life much easier.
Re: Akismet Spam Service
December 21, 2006 06:22PM
Hey when I activate the plugin and click on a topic in the phorum this code shows up:

Fatal error: Cannot redeclare akismet_verify_key() (previously declared in /www/htdocs/w006771d/forum/mods/akismet/akismet.php:61) in /www/htdocs/w006771d/wp-content/plugins/akismet/akismet.php on line 67

Any idea?
Re: Akismet Spam Service
December 21, 2006 06:26PM
yes, you are running Phorum inside or along side Wordpress and what are the chances, we used the same damn function name. You are gonna have to rename the funcitons or wait for me to get it done.

Brian - Cowboy Ninja Coder - Personal Blog - Twitter
Re: Akismet Spam Service
December 21, 2006 07:28PM
I dont get a word^^ Where do I rename functions and which one? How long will it take for you to implement that?
Thanks in advance
Re: Akismet Spam Service
December 28, 2006 06:41AM
Quote
Kajover
I dont get a word^^ Where do I rename functions and which one? How long will it take for you to implement that?
Thanks in advance

what he's saying is... his function is trying to declair a function with a given name. However, since you're using wordpress also, they're declairing a function with the same name so you have to rename the one phorum wants to use for itself:

Quote
Kajover
Fatal error: Cannot redeclare akismet_verify_key() (previously declared in /www/htdocs/w006771d/forum/mods/akismet/akismet.php:61) in /www/htdocs/w006771d/wp-content/plugins/akismet/akismet.php on line 67

so, edit this document: /www/htdocs/w006771d/forum/mods/akismet/akismet.php
on line 61, you'll find the function declaration for akismet_verify_key .. change this to something else like phorum_akismet_verify_key

NOW. search in that module directory for any other references to akismet_verify_key, and rename them as well.

HOWEVER... you might be better off waiting for brian to have a look at this. IF his function does the same thing in the same way as the wordpress function, then he may just wrap the function declaration around an IF ! DEFINED and that'll fix the problem.
Sorry, only registered users may post in this forum.

Click here to login