Project

General

Profile

Actions

Bug #14753

closed

Fatal error after unpacking the "testsite" package

Added by Rupert Germann almost 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-05-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0rc1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After unpacking the "testsite" package it's not possible to acces the install tool. All TYPO3 sites (FrontEnd BackEnd and Install tool) are only showing this error:

TYPO3 Fatal Error: Extension key "sv" was NOT loaded! (t3lib_extMgm::extPath)

reason seems to be that the localconf in this package contains a wrong value for "requiredExt"
$TYPO3_CONF_VARS['EXT']['requiredExt'] = 'cms,lang';
this is wrong -> the default value for this is "cms,lang,sv"

workaround: comment this line out in your localconf.php

(issue imported from #M1102)

Actions

Also available in: Atom PDF