MyBB Community Forums

Full Version: Blank Pages after installing reCAPTCHA plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using
MyBB 1.4.11 and php 5.3.2

I did a clean install of 1.4.11 and then re-imported my boards from a saved .sql file. The problem I am having now is that when I try and install either of these reCAPTCHA plugins:

reCAPTCHA
reCPATCHA II

all the forum pages go blank (admin pages also). They are completely restored once I remove the files.

I would like to use one of these plugins. Has anyone run into this?
(2010-03-15, 04:16 AM)Kawaihae Wrote: [ -> ]I am using
MyBB 1.4.11 and php 5.3.2

I did a clean install of 1.4.11 and then re-imported my boards from a saved .sql file. The problem I am having now is that when I try and install either of these reCAPTCHA plugins:

reCAPTCHA
reCPATCHA II

all the forum pages go blank (admin pages also). They are completely restored once I remove the files.

I would like to use one of these plugins. Has anyone run into this?

Are you using the default theme or a different one? It only works with the default theme
I am using the default theme, but I have changed four of the English language strings (agreement_1, agreement2, etc) that users see when they click on the register button.
I've now attempted a clean install of 1.4.11 MyBB with the above plugins. As soon as I place the reCAPTCHA.php file into the inc/plugins/ directory all of my forum pages go blank.

I'm wondering of this is some result of php 5.3.2? IS anyone else seeing this?
This issue is still not resolved. Has anyone else run into this?

Is anyone running these plugins with 1.4.11 MyBB and 5.3.2 of php?
I'll test on localhost and see if I can reproduce this issue.
OK This is a very old issue, that I am still having trouble with and as a result I have been manually pruning spam from my forums since early Spring!

I just updated MyBB to version 1.6
I follow these directions:
Quote:Installation Instructions:

- Copy reCAPTCHA.php to /inc/plugins/
- Copy recaptchalib.php to /inc/plugins/support/
(You will probably have to create the 'support' directory)
- Copy recaptchalib_LICENSE.txt to /inc/plugins/support/
- Copy reCAPTCHA_plugin_admin.lang.php to /inc/languages/english/admin/
- Copy reCAPTCHA_plugin.lang.php to /inc/languages/english/
- Log into the Admin panel.
- Click 'Configuration' at the top.
- Click 'Plugins' at the left.
- Click 'Install & Activate'.
- Go to the 'Settings' page (Configuration -> Settings).
- Click 'reCAPTCHA Configuration'.
- Sign up for the reCAPTCHA service and enter the keys you receive.
- Click 'Save Settings'.

When I do this I get the following error on my pages:
Quote:Fatal error: Cannot redeclare reCAPTCHA_info() (previously declared in /Users/dan/Sites/steellegion/bb/inc/plugins/reCAPTCHA.php:35) in /Users/dan/Sites/steellegion/bb/inc/plugins/recaptcha.php on line 49

Any advice?