[TYPO3-dev] Re: Map pages to model Pages

Philipp Wrann philippwrann at gmail.com
Mon Nov 17 17:46:20 CET 2014


Most likely you did not include the static template.
When doing critical stuff (that is neccessary to make your extension actually work) in typoscript, like mapping a model on some table, you should place that in your ext_typoscript_setup.txt in your extensions root folder.

You can also force including the typoscript by doing the following in your ext_localconf.php

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScriptSetup(
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:extkey/Configuration/TypoScript/FrameworkConfiguration.ts">'
);



More information about the TYPO3-dev mailing list