Actions
Bug #49367
closedUncaught Exeption: RequestHandlerResolver.php in line 97 on restricted FE pages
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2013-06-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If I open a page with extbase objects on it like ext:news plugin or ext:newsletter and those pages are set to FE groups restricted access I do get a :
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1205414233: No suitable request handler found. | Tx_Extbase_MVC_Exception thrown in file ~/typo3_src-4.7.12/typo3/sysext/extbase/Classes/MVC/RequestHandlerResolver.php in line 97.
I have to drop this TS to prevent this, which should be automatically handled by the core:
config.tx_extbase { objects { Tx_Extbase_Persistence_Storage_BackendInterface { className = Tx_Extbase_Persistence_Storage_Typo3DbBackend } } mvc { requestHandlers { Tx_Extbase_MVC_Web_FrontendRequestHandler = Tx_Extbase_MVC_Web_FrontendRequestHandler Tx_Extbase_MVC_Web_BackendRequestHandler = Tx_Extbase_MVC_Web_BackendRequestHandler } } }
This seems only be valid for 4.7.x as I crosschecked 6.1 and there it worked as expected.
TYPO3 Version here 4.7.12
Actions