Actions
Bug #11565
closedCrash in the "Workspaces" BE module if no page is selected in the page tree
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2010-12-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
- log in to the BE (or reload the BE)
- click on the BE module "Workspaces"
Expected results:
A nice BE module telling me to select a page
Actual result:
An exception:
Uncaught TYPO3 Exception
#1290623010: Object configuration was not found in "config.tx_extbase.objects". Please make sure, that the TypoScript setup is loaded
RuntimeException thrown in file
/home/klee/eclipse/typo3_src/typo3/sysext/extbase/Classes/Core/Bootstrap.php in line 157.
This problem also appears when I select page #0 in the page tree.
The problem does not occur when I select page #1.
Actions