Bug #52880
closedClass "\extDirect_DataProvider_BackenduserSettings" not found
100%
Description
Trying to create a template record on a fresh 6.2 beta1 installation fails:
Fatal error: Class '\extDirect_DataProvider_BackenduserSettings' not found in .../typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4149
A file search for this class name yields two makeInstance
calls:
- typo3\sysext\backend\Classes\InterfaceState\ExtDirect\DataProvider.php:46 (
__construct()
) - typo3\sysext\backend\Classes\Tree\Pagetree\ExtdirectTreeCommands.php:361 (
addRootlineOfNodeToStateHash()
)
It seems like the correct path is \TYPO3\CMS\Backend\User\ExtDirect\BackendUserSettingsDataProvider
instead.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24829
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24829
Updated by Mathias Brodala about 11 years ago
Gerrit Code Review wrote:
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24829
I cannot comment on Gerrit but the type hint in ExtdirectTreeCommands.php
above the makeInstance
call should also be updated.
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24829
Updated by Dmitry Dulepov about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 207554bd247127dccaf98f6852ce84169f1f54b3.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed