MyBB Community Forums

Full Version: Fatal error: Cannot access empty property in /home/ttintern/public_html/inc/class_cap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get problems by configuration General configuration
CAPTCHA/Images for Registration & Posting

When I use MyBB Default Captcha
Fatal error: Cannot access empty property in /home/ttintern/public_html/inc/class_captcha.php on line 316

By using
No Captcha
reCaptcha (with private- and public key)
no problems at all

Who can explane me this problem.
I got the same Problem here, any suggestions?
Line:
if(!$lang->$lang_string)

Dirk

simply change the line you quoted and the same thing in the following lines to:


if(!$lang->lang_string)