Akismet Spam Service
Posted by Brian Moon
|
Re: Akismet Spam Service August 04, 2006 04:27PM |
Registered: 19 years ago Posts: 3 |
|
Re: Akismet Spam Service August 04, 2006 04:53PM |
Registered: 21 years ago Posts: 15 |
|
Re: Akismet Spam Service September 02, 2006 08:34PM |
Registered: 19 years ago Posts: 1 |
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
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 |
Registered: 20 years ago Posts: 6 |
|
September 12, 2006 03:03PM |
Admin Registered: 25 years ago Posts: 4,495 |
|
Re: Akismet Spam Service December 11, 2006 01:15PM |
Registered: 19 years ago Posts: 8 |
|
Re: Akismet Spam Service December 21, 2006 06:22PM |
Registered: 20 years ago Posts: 9 |
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?
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?
|
December 21, 2006 06:26PM |
Admin Registered: 25 years ago Posts: 4,495 |
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 |
Registered: 20 years ago Posts: 9 |
|
Re: Akismet Spam Service December 28, 2006 06:41AM |
Registered: 19 years ago Posts: 110 |
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.

