-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
use of plugin causes error / typo3 9.5.9/10 #1
Comments
TYPO3 10 is not testet yet. On TYPO3 9.5.8 - 9.5.9 - 9.5.10 with PHP 7.2 i can't reproduce this. Can you give us more information about your system? Slider version, PHP version, other extensions you are using etc... |
I found some related articles, maybe that helps? FluidTYPO3/flux#1691 |
ok thank you, with non composer mode / no flux ext - there is no problem. So i think this is not a issue of hh_slider extension but i try to reproduce this at my pc and look if i can do something :) |
I got the same error but (hopefully) fixed it by including the TS Template into the site root, not the page where the slider should be shown. |
So i have now TYPO3 9.5.11 (composer) and fluidtypo3/flux 9.2 installed, but i can't reproduce this issue - can someone give me more information about how to reproduce this? |
here's the complete issue list from the backend: |
@ineswillenbrock yes this looks right, cause of the paths are written in that pageTS. So you have the choice if you would like to use this default template or your own (so no overwrite is needed) or you use the default one and overwrite it. @asche76 ok with composer or without? I try to get an installation with your versions (t3 9.5.11, t3sbootstrap 4.3.6). EDIT: @asche76 i see, t3sbootstrap works only without composer... - i have this issue only if i don't include the pageTS for the slider (page settings -> resources) |
New version 0.1.5 - now you can add the typoscript (setup and constants) and pagets automatically, so you don't need to include it manually. |
confirmed: with pageTS from resources it works |
So this can be closed, yes? :) |
I just tried v1.6 and the backend is still broken :/ edit: with |
use of plugin (Slider [hhslider_hh_slider]) as page content causes error in normal backend page view / typo3 9.5.9/10. with list view it works. frontend output works fine.
`(1/1) #1257246929 TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException
Tried resolving a template file for controller action "Standard->index" in format ".html", but none of the paths contained the expected template file (Standard/Index.html). No paths configured.
in /var/customers/webs/customer1/vendor/typo3fluid/fluid/src/View/TemplatePaths.php line 598
}
$templateReference = $this->resolveTemplateFileForControllerAndActionAndFormat($controller, $action);
if (!file_exists($templateReference) && $templateReference !== 'php://stdin') {
$format = $this->getFormat();
throw new InvalidTemplateResourceException(
sprintf(
'Tried resolving a template file for controller action "%s->%s" in format ".%s", but none of the paths ' .
'contained the expected template file (%s). %s',
$controller,`
and so on...
The text was updated successfully, but these errors were encountered: