[TYPO3-english] Updating old Extention
Stephan Großberndt
s.grossberndt at sidebysite.de
Thu Oct 9 12:41:10 CEST 2014
Replace those 6 lines with
$GLOBALS['LANG']->includeLLFile('EXT:tmd_cinema/mod1/locallang_db.xml');
$GLOBALS['BE_USER']->modAccess($MCONF, 1); // This checks permissions
and exits if the users has no permission for entry.
in conf.php the script entry has to look like this
$MCONF['script'] = '_DISPATCH';
You have to clear the cache and reload the backend page to access the
module afterwards.
More information about the TYPO3-english
mailing list