Project

General

Profile

Actions

Bug #49367

closed

Uncaught Exeption: RequestHandlerResolver.php in line 97 on restricted FE pages

Added by d.ros no-lastname-given over 11 years ago. Updated over 9 years ago.

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 #1

Updated by Wouter Wolters almost 10 years ago

  • Status changed from New to Needs Feedback
  • Is Regression set to No

Hi, still an issue on 6.2.9?

Actions #2

Updated by Riccardo De Contardi over 9 years ago

  • Status changed from Needs Feedback to Closed

The ticket description says it affects only 4.7, so I think I can consider this closed.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF