bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Textual Confirmation - Help needed regarding a Fatal Error

Author Message
yourmasaid



Joined: 12 Feb 2008
Posts: 2
Location: Cincinnati, Ohio

Posted: Tue Feb 12, 2008 1:52 am    Post subject: Help needed regarding a Fatal Error  

Fatal error: Cannot redeclare tc_load_lang() (previously declared in /.../.../.../.../chuckandbuckffl.com/phpBB2/includes/functions_tc.php:32) in /.../.../.../.../chuckandbuckffl.com/phpBB2/includes/functions_tc.php on line 31

When I hit register to test the text confirmation - I just get this error.

Please help.
_________________
Bill
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Tue Feb 12, 2008 3:22 am    Post subject:  

Would you please re-check the changes in the files? It seems that the file "includes/usercp_register.php" contains several copies of the string
Code:
include($phpbb_root_path . 'includes/functions_tc.'.$phpEx);

instead of only one instance.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
yourmasaid



Joined: 12 Feb 2008
Posts: 2
Location: Cincinnati, Ohio

Posted: Tue Feb 12, 2008 1:27 pm    Post subject: Re: Help  

admin wrote:
Would you please re-check the changes in the files? It seems that the file "includes/usercp_register.php" contains several copies of the string
Code:
include($phpbb_root_path . 'includes/functions_tc.'.$phpEx);

instead of only one instance.


It did! Thanks for your help!

You are on top on this like a php master!

Thanks for ALL of your help.

I went ahead and updated to the advanced text confirmation.

Again - thanks.
_________________
Bill
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Wed Feb 13, 2008 2:48 am    Post subject:  

Nice to hear that the problem is solved. Best luck!
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!

Ok.