More help for phpbb3 mod

StripesAndFins

Madly Diligent
Joined
Mar 13, 2010
Messages
5,707
Reaction score
1
FP$
6
Ok, I need help for another mod. I am trying to install Antispam for my site (http://lithiumstudios.org/forum/viewtop ... 41&start=0) and whenever I try to add something like this to a file
Code:
antispam::add_log('LOG_SPAM_PM_DENIED', array($subject, $message_parser->message));
or
Code:
antispam::add_log('LOG_SENT_PM', array('pm' => $address_list), 'flag');
I get an error that says
Fatal error: Class 'antispam' not found in...

I have checked to see if the files are in the right spot and everything seems to be i the corrent spot, but I still get the error. Any help is greatly appreciated!
 
Make sure you have done all the edits. It sounds like you missed some edits.
 
Have you uploaded all the files that came with the mod?
 
Make sure you have edited the files correctly. And make sure you do this 'Configure the Anti-Spam Settings in the ACP->.MODS->Anti-Spam'.

If you can't fix it ask the mod creator.
 
Bapinder said:
Make sure you have edited the files correctly. And make sure you do this 'Configure the Anti-Spam Settings in the ACP->.MODS->Anti-Spam'.

If you can't fix it ask the mod creator.

I have tried that, and the error was in the "antispam Settings" lol
posting a question on the creators forum.
 
Back
Top Bottom