Bug #20960
Update wizard doesn't write "extListFE"
| Status: | Needs Feedback | Start date: | 2009-08-31 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Rupert Germann | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.3 | Complexity: | ||
| PHP Version: | 5.2 | |||
| Votes: | 0 |
Description
Problem:
The update wizard in the install tool doesn't know about the new frontend extension list ('extListFE', introduced with 0011474).
This can cause problems when the updater installs system extensions which are needed for FE rendering and if 'extListFE' already exists in localcont.php. In this case some extensions would only be added to 'extList' and not to 'extListFE'.
Solution:
add needed extensions also to 'extListFE'
(issue imported from #M11832)
Related issues
| related to Core - Feature #20717: Store separate extlist for the frontend | Closed | 2009-07-04 |
History
Updated by Alexander Opitz 11 days ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
BTW. I never had such a problem.