Actions
Bug #66304
closedBackend module runs in "View could not be resolved for action ... in class..."
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2015-04-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The backend module of an extension created with the extension builder using Typo3 6.2.x may not run in Typo3 v7.1.0. To reproduce create a basic extension with a basic backend module in 6.2.x and install in 7.x. Edit the root template and add the extension template.
Sorry, the requested view was not found. The technical reason is: No template was found. View could not be resolved for action "_the_action_" in class "The\Controller\Class".
As far as I see, the path created to look for the view misses the "\Backend\" part.
..\typo3conf\ext\xyz_extension\Resources\Private\Backend\Templates\Controller\_the_action.html
Actions