Page MenuHomePhabricator

The version of ConfirmEdit bundled with 1.20.0 is not compatible with 1.20.0
Closed, DeclinedPublic

Description

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

Details

Reference
bz42391

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 12:54 AM
bzimport set Reference to bz42391.
bzimport added a subscriber: Unknown Object (MLST).

Was this ever fixed? Can this be closed as 1.20 is no longer the supported release?

Side note: What will be done to make sure this doesn't happen again, I had this problem when I upgraded a few sites I look after.

I'm closing this as 1.20 is obsolete and unsupported now.
Please add a comment if this is still a problem in a supported version.