Project

General

Profile

Actions

Bug #101141

closed

f:form and f.link.action request implementing ServerRequest instead of RequestInterface

Added by Mark-Oliver Kaemmerer 11 months ago. Updated 10 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
Start date:
2023-06-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In TYPO3 V12.4.2 is an is issue with the Viewhelper f:form and f:link.action.

f:form - Exception:
(1/1) #1639821904 RuntimeException
ViewHelper f:form can be used only in extbase context and needs a request implementing extbase RequestInterface.
/vendor/typo3/cms-fluid/Classes/ViewHelpers/FormViewHelper.php line 148

f:link.action - Exception
(1/1) #1639818540 RuntimeException
ViewHelper f:link.action can be used only in extbase context and needs a request implementing extbase RequestInterface.
/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/ActionViewHelper.php line 81

In both cases the "TYPO3\CMS\Core\Http\ServerRequest object" is in the $request instead the RequestInterface.


Related issues 1 (1 open0 closed)

Is duplicate of TYPO3 Core - Bug #100758: Viewhelpers and other things do not work outside of extbase contextAccepted2023-04-26

Actions
Actions #1

Updated by Česlav Przywara 11 months ago

  • Is duplicate of Bug #100758: Viewhelpers and other things do not work outside of extbase context added
Actions #2

Updated by Markus Klein 10 months ago

  • Status changed from New to Closed

Closing as duplicate

Actions

Also available in: Atom PDF