Bug #64872
closedRemove $TYPO3_CONF_VARS['SYS']['useCachingFramework'] from LocalConfiguration in SilentUpgradeWizard
100%
Description
useCachingFramework was removed in 4.6 or 4.7 or so and is an obsolete setting in LocalConfiguration. It should be added to silent upgrade wizard to get rid of it. Since it may be possible that some extension still uses this parameter, I'd suggest to fix this in master only to not break 6.2 by any chance.
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
tbh I don't get this one.
You want to remove the parameter in LocalConfiguration.php if it exists?
Because right now we only have it in the ChangeLog and some outdated documentation :)
Updated by Christian Kuhn almost 10 years ago
- Status changed from Needs Feedback to New
yes. let me push a patch and i'll describe in detail ;)
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36679
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36679
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36679
Updated by Christian Kuhn almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3f35896845d80617b15a84702f12ac52706e71fc.