[Typo3] Problem with typo3 3.8 installation
Lars Houmark
lars at houmark.com
Fri May 27 00:34:05 CEST 2005
Hi there,
> so please comment the line with TYPO3_CONF_VARS['EXT']['requiredExt']
> = 'cms,lang';
> and everything should work fine.
>
A more decent solution is to add the sv extension to the list of installed
extensions instead of removing the very requied extensions. I also think
that there is a need of the sv extension, so the correct way to fix this is,
to add the sv to the extenstionlist line like this example:
$TYPO3_CONF_VARS['EXT']['extList'] = 'firstextension,secondextension,sv';
The extension is included in the sysext folder and becomes installed
automaticly this way.
And of course, also add it to the required list (which you do no remove ;)):
$TYPO3_CONF_VARS['EXT']['requiredExt'] = 'cvs,lang,sv';
As it obviosly is required for 3.8 to work ;)
Regards,
Lars Houmark
More information about the TYPO3-english
mailing list