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

Version 4.1.0 - Template not found #69

Closed
blueamerican opened this issue Aug 17, 2024 · 6 comments · Fixed by #70 or #71
Closed

Version 4.1.0 - Template not found #69

blueamerican opened this issue Aug 17, 2024 · 6 comments · Fixed by #70 or #71

Comments

@blueamerican
Copy link

After installing this version in TYPO3 12 there comes this error:

(1/1) #1225709595 TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException

The Fluid template files "/var/www/vhosts/900404.jweiland-hosting.de/httpdocs/typo3cms/muster12/typo3conf/ext/bw_captcha/Resources/Private/Frontend/Partials/Captcha.html", "/var/www/vhosts/900404.jweiland-hosting.de/httpdocs/typo3cms/muster12/typo3conf/ext/bw_captcha/Resources/Private/Frontend/Partials/Captcha", "/var/www/vhosts/900404.jweiland-hosting.de/httpdocs/typo3cms/muster12/typo3/sysext/form/Resources/Private/Frontend/Partials/Captcha.html", "/var/www/vhosts/900404.jweiland-hosting.de/httpdocs/typo3cms/muster12/typo3/sysext/form/Resources/Private/Frontend/Partials/Captcha" could not be loaded.

There is NO existing template folder

bw_captcha/Resources/Private/Frontend

in the extension.

Not good.

@maikschneider
Copy link
Owner

The captcha element does not need a template, it is located in this partial: bw_captcha/Resources/Private/Frontend/Partials/Captcha.html

The path your installation is looking for is correct. Please check if the file really exists on your web server. Also check the permissions of the file, maybe the webserver user does not have rights to read.

Is this a composer based installation?

@blueamerican
Copy link
Author

blueamerican commented Aug 17, 2024

non composer.. it happened to me in two different projects..

after installing one version below 4.1.0, it worked

@einNicklas
Copy link

+1 @maikschneider The folder doesn't exist in the TER release.

And btw… you forgot to raise the version number in ext_emconf.php:
https://github.com/maikschneider/bw_captcha/blob/4.1.0/ext_emconf.php#L12

@maikschneider
Copy link
Owner

@einNicklas thanks! When I adjusted the TER release workflow, I messed up the the file pattern. It is now fixed in version 4.1.1.

@einNicklas
Copy link

@maikschneider Unfortunately now the complete Configuration folder is missing in TER-Release. 🙈

@maikschneider
Copy link
Owner

Oh boy.. 🤦🏼‍♂️ I released v4.1.2 - I hope, everything is included. Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants