Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-8529 now.

generate_code() undefined in Q&A CAPTCHA (fix completed in vcs)

If you have the Q&A CAPTCHA enabled and you want to post something as a guest you will get the error:

Code: Select all
Fatal error: Call to undefined method phpbb_captcha_qa::generate_code() in \includes\captcha\plugins\phpbb_captcha_qa_plugin.php on line 512

Because the phpbb_captcha_qa class is not extending phpbb_default_captcha, the generate_code() function is missing.
On the registration page I do not get this error, but the generate_code() function is also called in reset() so I think it should be there.

Comments / History

Assigned ticket to user "Kellanved"

Action performed by bantu (3.0 Release Manager) on Jul 27th 2009, 23:19

Changed ticket status from "New" to "Fix completed in SVN"

Action performed by Kellanved (Former Team Member) on Jul 28th 2009, 07:02

Linked ticket with changeset: r9877

Action performed by Kellanved (Former Team Member) on Jul 28th 2009, 07:05

Ticket details

Related SVN changesets