Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in GridRows - no image #15

Open
otherpaco opened this issue Dec 23, 2020 · 1 comment
Open

Not working in GridRows - no image #15

otherpaco opened this issue Dec 23, 2020 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@otherpaco
Copy link

If used in a GridRow no image is displayed.

The image call to
/typo3conf/ext/easycaptcha/Classes/Service/Image.php?pid=30&identifier=easycaptcha-1
returns status code 500

And I can find this error message:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: Unable to find a form element with the given identifier: easycaptcha-1 | ColumbusInteractive\EasyCaptcha\Exceptions\ElemenIdentifierNotFoundInForm thrown in file XYZ/public/typo3conf/ext/easycaptcha/Classes/Exceptions/ElemenIdentifierNotFoundInForm.php in line 12. Requested URL: XYZ/typo3conf/ext/easycaptcha/Classes/Service/Image.php?pid=30&identifier=easycaptcha-1

I replaced paths and domains with XYZ

If used in same form outside a GridRow everything works fine.

Typo3 10.4.6
PHP 7.4.3

@DanielWeitenauer
Copy link

I ran into a similar problem when using fieldsets. It seems to me like Image.php is only checking the first level of elements, skipping any nested ones.

@benjaminhirsch benjaminhirsch added help wanted Extra attention is needed bug Something isn't working labels Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants