[TYPO3-mvc] Re: create new page in frontend

Martin Weymayer office at weymayer.at
Fri Oct 16 14:48:50 CEST 2015


thank you for your help. i am not sure how i can get it work. i tried:
$tce = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\DataHandling\\DataHandler');
$tce->stripslashes_values = 0;
$tce->start($data, $cmd, 1); #1 is id from backend user admin
$tce->process_datamap();
$tce->process_cmdmap();

and also 
$tce = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\DataHandling\\DataHandler');
$tce->stripslashes_values = 0;
$tce->start($data, $cmd, $alternative_BE_USER);
$tce->process_datamap();
$tce->process_cmdmap();

is not working. can you please help how to geht i work? thanks!

martin


More information about the TYPO3-project-typo3v4mvc mailing list