Fatal error: Unsupported operand types in /public_html/sites/all/modules/captcha/captcha.module on line 194

Doesn't do it when captcha module is turned off.

Put captcha 5.x-1.x-dev back (I'm trying 2.0 for captchapoints), and similar error occurs:
Fatal error: Unsupported operand types in /public_html/sites/all/modules/captcha/captcha.module on line 131

Comments

VDG’s picture

Changing the "+=" on line 194 to ".=" seems to solve the problem. Beware this might not be the intended behaviour of the programmer...

VDG’s picture

Using the "form store" module solved my problems, but now captcha never validates.

robloach’s picture

Version: 5.x-2.0 » 5.x-3.x-dev
Status: Active » Fixed

Shouldn't be a problem in 3.x.

Anonymous’s picture

Status: Fixed » Closed (fixed)