[Typo3] Problem with typo3 3.8 installation

Rupert Germann rupi at gmx.li
Fri May 27 08:18:55 CEST 2005


Lars Houmark wrote:
> A more decent solution is to add the sv extension to the list of installed
> extensions instead of removing the very requied extensions.

commenting or deleting the "requiredExt" line from localconf does NOT remove
all required extensions. 

take a look at the localconf.php files from the "dummy" and the "quickstart"
package: there is no requiredExt line in both.

reason for this is, that the default list of required extensions is
configured in t3lib/config_default.php:
(line 90)
'requiredExt' => 'cms,lang,sv',         

if a value for requiredExt is set in localconf this value overwrites the
value from config_default - so removing requiredExt from localconf is the
way to go.

greets
rupi





More information about the TYPO3-english mailing list