Bug #71527
closedTrying to edit whole record gives fatal error "Invalid request for route /record/edit"
100%
Description
When you click a pencil icon in the frontend, a window with the according field of the record opens. In this window, there is a button to show the complete record (instead of only seeing this field).
Clicking this button gives:
PHP Fatal error:
Uncaught exception 'TYPO3\CMS\Backend\Routing\Exception\RouteNotFoundException' with message 'Invalid request for route "/record/edit"' in C:\xampp\htdocs\typo3\sysext\backend\Classes\Http\RouteDispatcher.php:49
Stack trace:
#0
C:\xampp\htdocs\typo3\sysext\backend\Classes\Http\RequestHandler.php(161): TYPO3\CMS\Backend\Http\RouteDispatcher->dispatch(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(TYPO3\CMS\Core\Http\Response))#1
C:\xampp\htdocs\typo3\sysext\backend\Classes\Http\RequestHandler.php(94): TYPO3\CMS\Backend\Http\RequestHandler->dispatch(Object(TYPO3\CMS\Core\Http\ServerRequest))#2
C:\xampp\htdocs\typo3\sysext\core\Classes\Core\Bootstrap.php(302): TYPO3\CMS\Backend\Http\RequestHandler->handleRequest(Object(TYPO3\CMS\Core\Http\ServerRequest))#3
C:\xampp\htdocs\typo3\sysext\backend\Classes\Http\Application.php(94): TYPO3\CMS\Core\Core\Bootstrap->handleRequest(Object(TYPO3\CMS\Core\Http\ServerRequest))#4
C:\xampp\htdocs\typo3\index.php(20): TYPO3\CMS\Backend\Http\Application->run()#5
[internal in C:\xampp\htdocs\typo3\sysext\backend\Classes\Http\RouteDispatcher.php on line 49
Updated by Mathias Schreiber about 9 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
Is this about "Frontend Editing"?
Updated by Chris topher about 9 years ago
- Status changed from Needs Feedback to New
- Assignee deleted (
Mathias Schreiber)
Yes, I am opening that window from the frontend.
Updated by Chris topher about 9 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44924
Updated by Michael Oehlhof almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8518d50572a429244c9fa343878096fb30d6284a.