0
votes

It seems that my setup.typoscript is not working properly.

The error:

The page is not configured! [type=0][]. This means that there is no TypoScript object of type PAGE with typeNum=0 configured.

my setup.typoscript:

page = PAGE
page.10 = TEXT
page.10.value = HALLO 

Include in the backend are configured and shows the extension so sys_template.php works, but i do not know why it shows anything.

The normal field from the template modul Setup works fine.

TYPO3 9.5

Thank you.

2

2 Answers

0
votes

Try renaming the file to setup.txt. I'm not sure if it's still the case in TYPO3 9.5, but in earlier versions the include only works with .txt file extensions.

0
votes

Now it works. I think the problem was with the extension name in the sys_template.php

Thanks anyways