Code: Select all
[phpBB Debug] PHP Notice: in file /includes/akismet.php on line 304: Undefined variable: query_string
[phpBB Debug] PHP Notice: in file /includes/akismet.php on line 304: Undefined variable: query_string
[phpBB Debug] PHP Notice: in file /includes/akismet.php on line 304: Undefined variable: query_string
Personally I'd say use whatever suits your needs best, there isn't anything wrong with different options in the market at the same time .jrolson wrote:I thought Callum95 was working on this over here,
http://www.phpbb.com/community/viewtopi ... &t=2122495
Thanks for the report, couple of bits to do with the Akismet class including this. Fixed on my local copy, will be uploading to svn shortly. If you wouldn't mind trying an updated version of the file it would be appreciated. The updated file is available from http://projects.islandgeek.net/projects ... kismet.phpbonelifer wrote:On Windows 7 64bitCode: Select all
[phpBB Debug] PHP Notice: in file /includes/akismet.php on line 304: Undefined variable: query_string [phpBB Debug] PHP Notice: in file /includes/akismet.php on line 304: Undefined variable: query_string [phpBB Debug] PHP Notice: in file /includes/akismet.php on line 304: Undefined variable: query_string
XAMPP 1.7.4:
Apache 2.2.17
MySQL 5.5.8
PHP 5.3.5 (curl enabled)
Post goes through on none spam and gives "Your post has been detected as spam by the Akismet detecting system used on this board. Please contact the site administrator for further details." on spammish posts. Both times it gives the above Debug notice.
MarkTheDaemon wrote:Thanks for the report, couple of bits to do with the Akismet class including this. Fixed on my local copy, will be uploading to svn shortly. If you wouldn't mind trying an updated version of the file it would be appreciated. The updated file is available from http://projects.islandgeek.net/projects ... kismet.php
Cheers,
Mark
bonelifer is correct, at the moment the MOD checks the post being submitted against Akismet and if found to be spam is rejected before it enters the database. It uses a combination of the users IP address, email, username and post content to check this with Akismet.jrolson wrote:What does this mod all check? ip address? email? username?
Does it block new spam registrations or does it check posts and then deletes/bans the user?
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/acp/acp_captcha.php on line 123: Undefined index: akismet_check
[phpBB Debug] PHP Notice: in file /includes/acp/acp_captcha.php on line 123: Undefined index: akismet_check_reg
[phpBB Debug] PHP Notice: in file /includes/acp/acp_captcha.php on line 123: Undefined index: akismet_api_key
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)