lbk3918
Joined: 13 Dec 2007 Posts: 1
|
Posted: Thu Dec 13, 2007 2:01 pm Post subject: Fatal error: Call to undefined function: str_rot13() in /hom |
|
|
Hi,
I installed as per instructions but I get this error when testing (after clicking Submit in phpBB2 registration page).
I installed by changing profile .php to add the line as shown below;
<?php
require_once 'bbantispam.php';
/***************************************************************************
* profile.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
The full error message is;
Fatal error: Call to undefined function: str_rot13() in /home/sites/site13/web/phpBB2/bbantispam.php(131) : eval()'d code on line 2
Any suggestions as to why this might be - searched through the forum posts but couldn't find anything similar.
Cheers,
L. |
|
admin Site Admin
Joined: 18 Apr 2006 Posts: 805 Location: Saint-Petersburg, Russia
|
Posted: Fri Dec 14, 2007 3:06 am Post subject: |
|
|
Hi,
what's the version of PHP on your server (ask the hoster if you don't know)? If the version is less than 4.2.0, then you have to upgrade PHP to use Advanced Textual Confirmation (and many other useful PHP scripts). _________________ Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development! |
|