0
votes

In my TYPO3 8.7.31 I have an error:

No TypoScript found. Did you already setup module.tx_femanager.settings.configPID in your PageTS?

2
And? "Did you already setup module.tx_femanager.settings.configPID in your PageTS?" docs.typo3.org/p/in2code/femanager/6.1/en-us/Installation/…Julian Hofmann
Hello Julian Hofmann, thank you very much for your help. I do not know where to find this file because I have never used to work with Typo 3. Is it on FTP server or can I find it in Admin Panel?gmk

2 Answers

0
votes

As the error message says, you need to configure module.tx_femanager.settings.configPID in your Page TSConfig (not to confuse with TypoScript). This is necessary to make the TypoScript setting available also in the TYPO3 backend which is not the case by default.

As mentioned in the documentation you need to specify the page id (pid), where your main TypoScript settings (frontend) are stored. Usually you will take the root page of your installation.

To set the Page TSConfig, edit the page properties of your root page and switch to the tab Resources. There you can find a field Page TSConfig. In this field you need to put above mentioned setting.

A hint for your next question: please put more effort into your question! Let us know what you tried so far. And please do a proper formatting of your question.

0
votes

The Problem can also appear, if you have set the

module.tx_femanager.settings.configPID = 1 

in your root page ts but not included the main settings (femanager) in the template.