Author: peterrh
Description:
If you set ConfirmEdit to FancyCaptcha mode you will get an HTTP 500 error if you attempt any operation involving a captcha such as creating a new account.
If you look in FancyCapthca.class.php you will see it includes a call to getWikiId. The FSFileBackend class does not have that method in 1.20, although the trunk version does. The Apache error_log confirms that the failure is due to an attempt by FancyCaptcha.class.php to call FSFileBackend::getWikiId.
Version: REL1_20-branch
Severity: normal