MyBB Community Forums

Full Version: No one can regist in my forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Send me admin login details in pm.
(2012-04-15, 06:06 PM)JovanJ. Wrote: [ -> ]Try to disable reCAPTCHA which you use now. And do you use reCAPTCHA plugin?

Edit try this also:

check member.php line 741, it's probably the member_register template eval'd there

check the template line 44

or just revert the template in question if you changed it


the error is quite specific (gives line numbers and everything) you just have to follow it up


wild guess: your member_register template says {$captcha} when it should be {$hiddencaptcha}

I had the same problem and your wild guess was right! I tested it and now it works! Thank you so much! Big Grin
(2012-04-16, 02:22 PM)mexander Wrote: [ -> ]
(2012-04-15, 06:06 PM)JovanJ. Wrote: [ -> ]Try to disable reCAPTCHA which you use now. And do you use reCAPTCHA plugin?

Edit try this also:

check member.php line 741, it's probably the member_register template eval'd there

check the template line 44

or just revert the template in question if you changed it


the error is quite specific (gives line numbers and everything) you just have to follow it up


wild guess: your member_register template says {$captcha} when it should be {$hiddencaptcha}

I had the same problem and your wild guess was right! I tested it and now it works! Thank you so much! Big Grin

No problem Smile
Thx I will but dont try to steal it Wink
Fixed it Smile Works fine now.
Rlly?
Oh.
Log out from your Admin account try to register and you will see.
(2012-04-16, 03:38 PM)JovanJ. Wrote: [ -> ]
(2012-04-16, 02:22 PM)mexander Wrote: [ -> ]
(2012-04-15, 06:06 PM)JovanJ. Wrote: [ -> ]Try to disable reCAPTCHA which you use now. And do you use reCAPTCHA plugin?

Edit try this also:

check member.php line 741, it's probably the member_register template eval'd there

check the template line 44

or just revert the template in question if you changed it


the error is quite specific (gives line numbers and everything) you just have to follow it up


wild guess: your member_register template says {$captcha} when it should be {$hiddencaptcha}

I had the same problem and your wild guess was right! I tested it and now it works! Thank you so much! Big Grin

No problem Smile

I've got another problem, people can register but two captcha images are shown. Forum address: http://ageofcoins.com
Thanks again!
Pages: 1 2