Recent Topics

1 Feb 02, 2009 13:10    

My b2evolution Version: Not Entered

Call to undefined function stats_time() in /home/nelsongu/public_html/inc/antispam/views/_antispam_ban.form.php on line 81

when banning spam referrers.

2 Feb 02, 2009 19:35

Edit the following in inc/antispam/antispam_list.ctrl.php (line 57)

load_class('sessions/model/_hitlist.class.php');


to

load_class('sessions/model/_hitlist.class.php');
load_funcs('sessions/model/_hitlog.funcs.php');

3 Feb 02, 2009 22:04

Great. By the way, the job you guys are doing with B2evo is great. I recommend it to friends- those who want a fuller feature set, at least.

4 Feb 02, 2009 22:20

I couldn't find the first line. Should I just add the two you gave me?

5 Feb 02, 2009 22:44

You're right, I already added them in my hacked b2evo :)

It should work with only one line, just add it after the permission check

// Check permission:
$current_User->check_perm( 'spamblacklist', 'view', true );

load_funcs('sessions/model/_hitlog.funcs.php');

6 Feb 03, 2009 07:18

Thanks. It worked with the two lines, but I changed it to the just one line.

Anyways, no other problems. I changed for the caching ability since 2.4 wouldn't work with Bluehost's fastCGI php option.


Form is loading...