TYPO3 3.8.0 Upgrade
From TYPO3Wiki
<< Back to Installation overview << Back to Getting started page
This page contains information about problems you may be faced during an upgrade to TYPO3 version 3.8.0.
Contents |
General documents
- Official Changelog as .pdf
- Official Changelog as .sxw
- CVS Changelog as plain text
Extension conflicts
cc_sv_auth
Authentication services became part of the TYPO3 core in version 3.8.0. Thus the extension cc_sv_auth is not just obsolete but even keeps TYPO3 off from working. You have to deactivate the extension manually by removing it from $TYPO3_CONF_VARS['EXT']['extList'] in typo3conf/localconf.php.
sv
This new system extension is the replacement for cc_sv_auth. It has to be loaded for the BE because it contains the base class for all authentication services! Thus it is marked as required extension since version 3.8.0. By some reason after upgrading people sometimes get an "extension sv not loaded" error. If you experience this prepend the extension key "sv" to the list $TYPO3_CONF_VARS['EXT']['extList'] in typo3conf/localconf.php. Remember to delete typo3conf/temp_CACHED_*.php files after editing typo3conf/localconf.php.
indexed_search
Indexed search has been subject to major changes. You have to update and add some DB tables as well es set many configuration options. Use the extension manager to assure that all updates are made.
