Actions
Bug #53795
closedFatal error on installing form sysext if caches are emtpy
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend API
Target version:
Start date:
2013-11-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Clearing all caches with rm -rf typo3temp/Cache/*
and trying to install the form sysext afterwards gives the following error
Fatal error: Class 'TYPO3\CMS\Form\Utility\FormUtility' not found in /.../typo3/sysext/form/ext_localconf.php on line 5Steps to reproduce:
- Go to the extension manager and uninstall the form extension, leave the window as it is. (It shows only the form extension in the filtered extension list and the icon in front would install the ext again.)
rm -rf typo3temp/Cache/*
- Click on the install-button now in the BE windows
- You'll get the error from above
- Click on the Extension Manager in the module frame to reload the module. (The extension list appears still filtered and form shows up as installed again.)
Don't know if it is an autoloading issue, but looks like the class loader is not up to date at this point in time.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted 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 https://review.typo3.org/27544
Updated by Thomas Maroschik about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1775195462de2c755936fba3c609a73f16e7acf2.
Actions