CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #37849

CAPTCHA not working after update to 2.0.0

Added by Harald no-lastname-given 11 months ago. Updated 11 months ago.

Status:Under Review Start date:2012-06-08
Priority:Should have Due date:
Assignee:Ivan Dharma Kartolo % Done:

0%

Category:- Spent time: -
Target version:-
Votes: 0

Description

Hello!

I use TYPO3 4.5.16

Direct mail subscription> CAPTCHA does not work AGAIN
No function after the update to version 2.0.0

With new Registration: The proposed number is not accepted > see picture error_again.png

I have in the file "fe_adminLib.inc" modified the line 1453 "// Getting records" and I used the "old" lines/entries of the "// Getting record".

Now it works??!!

But since I understand nothing of PHP, which is certainly not a good solution?

Thank you for your reply

error_again.png (21.3 kB) Harald no-lastname-given, 2012-06-08 19:01

History

Updated by Ivan Dharma Kartolo 11 months ago

  • Status changed from New to Needs Feedback
  • Assignee set to Harald no-lastname-given

please check your typoscript.

plugin.feadmin.dmailsubscription.create.fields
plugin.feadmin.dmailsubscription.create.required

in those two lines, there must be "captcha" in the list.... I bet there's no captcha, right???

Updated by Harald no-lastname-given 11 months ago

Hello!
I do not understand the meaning of your answer?

I have this problem since the update to version 2.0!

The TYPOSCRIPT is OK!

I have not changed anything - except your changes!

....it has in the past often been a problem with captcha - do you remember?

I think it must be different to find the cause

Thank you for your reply

Updated by Ivan Dharma Kartolo 11 months ago

have you checked the typoscript?
I remove captcha from the static TS, since captcha is not in the required ext list.
user, who installed direct_mail_subscription for the first time and doesn't have captcha installed, will ask, why the form doesn't work.

So please, check the following TS, and make sure there's "captcha" in the list.

plugin.feadmin.dmailsubscription.create.fields
plugin.feadmin.dmailsubscription.create.required

Updated by Harald no-lastname-given 11 months ago

Hello!

This is my CODE:

plugin.feadmin.dmailsubscription {
edit.fields = gender, name, first_name, last_name, email, company, address, zip, city, module_sys_dmail_category, module_sys_dmail_html, captcha

edit.required = gender, first_name, last_name, email, captcha

create.fields = gender, name, first_name, last_name, hidden, email, company, address, zip, city, module_sys_dmail_category,(pagebreak)

module_sys_dmail_html, captcha

create.required = gender, first_name, last_name, email, captcha

create.defaultValues.module_sys_dmail_html = 1

evalErrors.captcha.captcha = Der Captcha code ist falsch.

evalErrors.email {
uniqueLocal = Sie sind bereits für unseren Newsletter eingetragen!
email = Die E-Mail Adresse ist ungültig!
}
}

Now what?

Updated by Ivan Dharma Kartolo 11 months ago

  • Status changed from Needs Feedback to Under Review
  • Assignee changed from Harald no-lastname-given to Ivan Dharma Kartolo

I'll look at it.

please make sure in the "Template browser" that the same values are shown. for now you can revert...

Also available in: Atom PDF