[TYPO3-mvc] backend Task for imports

Philipp philippwrann at gmx.at
Tue Nov 19 15:25:25 CET 2013


Hey guys,

i wrote an import service for my extension, no i want to set up a scheduler task to process all of that. But i got some problems: Many settings needed to run that process depend on typoscript. To parse my typoscript correctly i need to be in a frontendcontext. And of course i am not in a frontendcontext in the task...

I got some lines collected that bootstrap the TYPO3 Forontend but to do that parsing i need a pageUid... how can i determine that page uid? can i somehow get the default home-page using some static method?

How do you solve such things?


More information about the TYPO3-project-typo3v4mvc mailing list