[02:28:31] hi, can I simply delete the api.php file under the main directory? I found the wiki site went well without it [02:31:28] anyone here now? [02:41:42] no, you can't [02:41:44] stuff will break [02:42:21] I suppose if you're OK with that stuff breaking, then, sure you can delete it [18:53:32] paladox: i don't know what other extension would be setting it, and it gives that traceback regardless of which type of confirm edit class I try [18:54:04] c it would be the ReCaptchaNoCaptcha [18:54:20] they patched the error to reveal which ext was doing it :) [18:54:27] as i was having the same issue as you [18:54:47] c did you upgrade the ext to 1.31? [18:55:29] i believe so, i will have to confirm [18:55:36] ohhh [18:55:39] c i found it [18:55:49] CaptchaClass cannot be set twice in the config: { now [18:56:19] c you must be loading another sub ext to ConfirmEdit ie ReCaptchaNoCaptcha [18:56:25] or QuestyCaptcha [18:56:53] i load [18:56:54] ConfirmEdit [18:56:54] and [18:57:00] ConfirmEdit/ReCaptchaNoCaptcha [19:09:11] i kept captchaclass commented out tho [22:20:46] c i think it's because your loading more then one confirmedit sub ext. [22:21:11] ie ConfirmExtension (is required to be loaded) but you also have ReCaptchaNoCaptcha (and another one). [22:38:33] https://zerobin.net/?c902016677609526#O4ubu8vEclbOU+28h2sABepz4ePjTHvTrlENqU/v62c= paladox [22:38:51] needs username and password :) [22:44:42] paladox: hrm? [22:44:53] "Could not decrypt data (Wrong key?)" [22:45:15] i'm not getting that in traceback ? [22:46:11] c i see: https://phabricator.wikimedia.org/F23758761 [22:46:35] oh for the pastey, i don't remember setting one [22:46:41] let me redo it [22:46:43] ok [22:49:13] paladox: https://zerobin.net/?d5ac0161b477c23b#TeFh1EwJEtd1yzm0B6M5+F75Cvmc1AzntcP3XwcQGEM= [22:49:34] ah [22:49:45] c is there this ReCaptchaNoCaptcha in there too? [22:49:55] im guessing it's set furthur down [22:50:06] which is probaley why the traceback says it's "ReCaptchaNoCaptcha" [22:52:17] c what about "grep -rnw ' -e 'ReCaptchaNoCaptcha'" [22:52:25] which should find where ReCaptchaNoCaptcha is being set [23:16:14] paladox: the only results are in extension subfolders themselves https://zerobin.net/?5bba505ba2079a84#qzVN5GNFGZ8l0ZsT7BS8VlFTnZc6mcq6OXJU9kFmX+s= [23:17:08] c what about wgCaptchaClass? [23:17:21] if that is set before the ext then it will cause the problem. [23:17:41] since the ext should set it (judging from my searching that it's set in each of those sub ext) [23:56:09] same output, only in confirmedit extension subdirecties