- Code: Select all
[phpBB Debug] PHP Notice: in file /includes/captcha/captcha_factory.php on line 38: Only variables should be assigned by reference
I disabled debug for now, so users are still able to register, but I'd really like to have both, debug and new users.
Replacing the =& with = as per asinshesq in the forum worked.