Sortables Captcha

phpBB 3.2.6 update - Sortables Captcha

phpBB 3.2.6 update

by mwh65 » Tue Apr 30, 2019 5:34 pm

Hi,

Sortables Captcha no longer seems to function after upgrading from phpBB 3.2.5 to 3.2.6 …
/ext/derky/sortablescaptcha/captcha/sortables.php on line 0 : Declaration of derky/sortablescaptcha/captcha/sortables::acp_page($id, &$module) should be compatible with phpbb/captcha/plugins/qa::acp_page($id, $module)

/ext/derky/sortablescaptcha/captcha/sortables.php on line 0 : Declaration of derky/sortablescaptcha/captcha/sortables::acp_question_list(&$module) should be compatible with phpbb/captcha/plugins/qa::acp_question_list($module)
Trying to access "Spambot countermeasures" in the ACP shows a blank page with "Sortables Captcha" enabled.
mwh65
Registered User
Posts: 209
Joined: Sat Jul 12, 2003 11:10 pm

Re: phpBB 3.2.6 update

by Derky » Tue Apr 30, 2019 7:24 pm

Can you try removing the & char in these two functions:

Open: /ext/derky/sortablescaptcha/captcha/sortables.php

Find:

Code: Select all

public function acp_page($id, &$module)
Replace with:

Code: Select all

public function acp_page($id, $module)
Find:

Code: Select all

public function acp_question_list(&$module)
Replace with:

Code: Select all

public function acp_question_list($module)
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4880
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands

Re: phpBB 3.2.6 update

by mwh65 » Wed May 01, 2019 8:19 am

Thanks Derky,

That did the trick :D
mwh65
Registered User
Posts: 209
Joined: Sat Jul 12, 2003 11:10 pm

Re: phpBB 3.2.6 update

by Dr.Death » Thu May 02, 2019 7:38 pm

Confirmed.
Doc.
User avatar
Dr.Death
Registered User
Posts: 400
Joined: Fri Apr 25, 2003 10:04 am
Location: Germany

Re: phpBB 3.2.6 update

by 1024KBUser » Thu May 02, 2019 8:35 pm

Confirmed.. same error here. Ill wait till Derky patches it officially.
1024KBUser
Registered User
Posts: 60
Joined: Mon Dec 23, 2013 1:18 pm

Re: phpBB 3.2.6 update

by Galixte de EzCom » Thu May 09, 2019 2:34 pm

1024KBUser wrote:Confirmed.. same error here. Ill wait till Derky patches it officially.
It’s official: https://github.com/Derky/Sortables-CAPT ... 323dac4db3

Download link here: https://github.com/Derky/Sortables-CAPTCHA-Plugin.
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.

Re: phpBB 3.2.6 update

by -=ET=- » Wed Oct 02, 2019 3:12 pm

Galixte de EzCom wrote:It’s official...
Ok but why being so reluctant to update the extension DB?
As Development Team Member Derky probably has all the necessary accesses to do it in 2mn.

It's currently misleading. In the official extension DB, the version 2.0.0 is given for compliant with phpBB:
- with phpBB 3.1.4 on the green download button,
- and "3.2.0 and up" in the description.

While this version is in fact only compliant with phpBB 3.1.0 to 3.2.5.
We need to find and read the FAQ to discover that we manually need to apply a fix for phpBB 3.2.6+... hopping that the "+" is unlimited, at least until the last phpBB stable version.

Result: 2/3 of the support topics are installation crashes because the patch is still not applied on the version of the extension DB :roll:

Why not uploading a version 2.0.1 and make clear it's compliant until phpBB 3.2.8?
Eternal newbie
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Re: phpBB 3.2.6 update

by T0RL0C » Mon Oct 07, 2019 12:56 pm

-=ET=- wrote:
Galixte de EzCom wrote:It’s official...
Why not uploading a version 2.0.1 and make clear it's compliant until phpBB 3.2.8?
Good question.
Please Upload a new version (2.0.1).
T0RL0C
Registered User
Posts: 3
Joined: Wed Nov 28, 2018 4:01 pm

Re: phpBB 3.2.6 update

by Galixte de EzCom » Mon Oct 07, 2019 1:37 pm

-=ET=- wrote:
Galixte de EzCom wrote:It’s official...

Why not uploading a version 2.0.1 and make clear it's compliant until phpBB 3.2.8?
Je t’en prie -=ET=- sens-toi libre de proposer une version corrigée. Anyone can ask the permission to Derky to submit a patched version to the Customisations Team.

Otherwise I have another answer for this case, because this extension was released during phpBB 3.1.x period when this branch has the status of “End of Life”: “No longer accept new or updated contributions (styles/extensions/etc) for this branch in the customisation database.”

Source: https://www.phpbb.com/about/release/.
Last edited by Galixte de EzCom on Mon Oct 07, 2019 1:56 pm
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.

Re: phpBB 3.2.6 update

by -=ET=- » Mon Oct 07, 2019 1:45 pm

That's a weird suggestion. Derky is not retired and the extension not abandoned.

It looks like he still plans to do it...
https://www.phpbb.com/customise/db/exte ... 01#p703201
...but phpBB 3.2.6 was released in April, we are in October :roll:
Eternal newbie
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Re: phpBB 3.2.6 update

by Derky » Sun Oct 13, 2019 7:16 pm

I did submit a new version but it was denied on Oct 1st, I'll submit a new version soon.
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4880
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands

Re: phpBB 3.2.6 update

by DavideBianchini » Mon Oct 21, 2019 6:53 pm

Subscribing... Love this captcha (since it requires intelligence)... thanks Derky for keeping it up to date.

-Davide
User avatar
DavideBianchini
Registered User
Posts: 79
Joined: Thu Oct 17, 2019 3:47 am

Re: phpBB 3.2.6 update

by Derky » Mon Oct 28, 2019 10:15 pm

For everyone following, version 2.0.1 for phpBB 3.2.8 and up has been released last week!
https://www.phpbb.com/customise/db/exte ... s_captcha/
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4880
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands

Re: phpBB 3.2.6 update

by Galixte de EzCom » Tue Oct 29, 2019 2:01 am

Thanks Derky.
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.

Re: phpBB 3.2.6 update

by aduh » Tue Oct 29, 2019 10:55 am

Something is wrong on my 3.2.8 phpbb. Can't "drag" answer option.
User avatar
aduh
Registered User
Posts: 215
Joined: Thu Jul 05, 2012 7:29 pm
Location: Poland
Name: Hans'