FAQ/Misc. problems after upgrade
From TYPO3Wiki
(Redirected from Faq/Upgrade misc)
<< Back to FAQ
Miscellaneous
There are some situations which can cause incomprehensible problems after an upgrade:
- If extensions override classes where functions have changed.
Solution: try to disable extensions and enable them one by one again util it fails. - If a PHP cache somehow fails to re-cache scripts, in particular if a change happend to a parent class overridden by a childclass which was not updated.
Solution: remove all cached PHP files (for PHP-Accelerator, remove /tmp/phpa_*) and restart Apache.