Topic on Extension talk:ConfirmEdit

Last version of Downloadable folder give version 1.0 instead of 1.2 incompatible with version 1.21.1 of MW :(

4
Nicolas NALLET (talkcontribs)

Hello, And we give an error like

Fatal error: Call to undefined function wfLoadExtensionMessages() in www/comparateur/extensions/Asirra/Asirra.class.php on line 26

When we try to connect or create an account.

The web site that shows th error message.

Thanks

Kghbln (talkcontribs)

Are you sure you downloaded the correct version? This version was tagged for the 1.21 branch and should work. Theoretically this should also be the version you get via the Extension distributor.

Nicolas NALLET (talkcontribs)

Hallo Karsten,

the dowload link is good but I have to put in LocalSettings.php

require_once("$IP/extensions/ConfirmEdit/ConfirmEdit.php");

to see the good version

But if I do that, anonymous user can edit even if they select every cat. See the bug known. The solution is to remove the sentence

require_once("$IP/extensions/ConfirmEdit/ConfirmEdit.php");

and remplace it by

require_once("$IP/extensions/Asirra/Asirra.php");

ANd then I go back to the previous version...

Kghbln (talkcontribs)

Well, that seems to be a totally different problem than the one you described in your first thread. Well I do not have any experience with the Asirra module. I suggest using QuestyCAPCHA anyway.

Reply to "Last version of Downloadable folder give version 1.0 instead of 1.2 incompatible with version 1.21.1 of MW :("