Bug #11565
closedCrash in the "Workspaces" BE module if no page is selected in the page tree
0%
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.
Updated by Tolleiv Nietsch almost 14 years ago
Thanks for reporting, I'm not able to reproduce this :(
Updated by Oliver Klee almost 14 years ago
This happens with the following versions for me:
Core: today's trunk
extbase: 1.3.0beta2s
fluid: 1.3.0beta2
version: 4.5.0beta2a
workspaces: 4.5.0beta2b
Updated by Oliver Klee almost 14 years ago
By the way, I do not have a TS template on page #0.
Updated by Oliver Klee almost 14 years ago
This also happens if I select a sysfolder that is a direct sub page of page #0 and that does not have a TS template on it.
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from New to Accepted
Ok at least the Sysfolder also break it for me - thanks for the update
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from Accepted to Needs Feedback
On hold - it's a (confirmed) Extbase bug, so we've to wait until they fix it
Updated by Francois Suter almost 14 years ago
Is there any news from the Extbase team on this?
Updated by Sebastian Kurfuerst almost 14 years ago
Hey,
please re-check with the latest Extbase trunk, I just committed a followup fix which should make this work.
Sorry again for the hazzle,
Sebastian
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from Needs Feedback to Resolved
Works fine after extbase rev. 3507 - thanks Sebastian :)
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces