You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to download a file from an order in my account history I get the following error.
InvalidTemplateResourceException: Tried resolving a template file for controller action "Default->Default" in format ".html", but none of the paths contained the expected template file (Default/Default.html). The following paths were checked: /var/www/html/my_website/typo3/sysext/fluid_styled_content/Resources/Private/Templates/, /var/www/html/my_website/typo3conf/ext/my-sitepackage/Resources/Private/Templates/ContentElements/, in file /var/www/html/typo3_src-12.4.23/vendor/typo3fluid/fluid/src/View/TemplatePaths.php:617
It is strange that it looks in the ContentElements template folder of my sitepackage.
When I want to download a file from an order in my account history I get the following error.
InvalidTemplateResourceException: Tried resolving a template file for controller action "Default->Default" in format ".html", but none of the paths contained the expected template file (Default/Default.html). The following paths were checked: /var/www/html/my_website/typo3/sysext/fluid_styled_content/Resources/Private/Templates/, /var/www/html/my_website/typo3conf/ext/my-sitepackage/Resources/Private/Templates/ContentElements/, in file /var/www/html/typo3_src-12.4.23/vendor/typo3fluid/fluid/src/View/TemplatePaths.php:617
It is strange that it looks in the ContentElements template folder of my sitepackage.
This is the URL to the download.
https://127.0.0.1/your-shop/my-account/download?ai[action]=download&ai[controller]=Account&ai[dl_id]=1234
The text was updated successfully, but these errors were encountered: