grischpel

Results 13 comments of grischpel

Also in Class: ContentTypeBuilder PHP 8.1 PHP Warning: Undefined array key "class" in /var/www/html/xxx/public/typo3conf/ext/flux/Classes/Integration/ContentTypeBuilder.php line 194

I get this error, if I try to use the v:media.image (1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Undefined array key 0 in /var/www/website/htdocs/vendor/fluidtypo3/vhs/Classes/Traits/SourceSetViewHelperTrait.php line 61

I have this after upgrading to version 12.0.3

> Can you provide a bit more information about how/when this happens? The function in question will use `foreach ($pageService->getAvailablePageTemplateFiles() as $extensionName => $templateGroup) {` when iterating over the available...

> I fixed this by translating the labels in page templates, instead of having a hard coded label. So something like this `label="LLL:EXT:my_ext/Resource/Private/Language/locallang.xlf:flux.pages.homePage"`. The error is thrown by TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate when...

@NamelessCoder If you can tell me how to get the file? I can not find it in the directory tree in the files in Typo3. Maybe I am too stupid...

Maybe I should mention that I have the following versions: "fluidtypo3/flux": "9.7.2", "fluidtypo3/vhs": "6.1.3". Unfortunately, newer versions of Flux and vhs do not work in any way with Typo3 11....

> The extension identity must be created from your vendor name and the _extension_ name, not the _template_ name. I'm pretty sure you've got it correct, just wanted to mention...

> @grischpel I'm afraid that error message doesn't help me. The error could come from anywhere; TYPO3 is catching an exception and turning it into a flash mesasge. > >...