Project

General

Profile

Actions

Bug #85775

closed

Request parameters could not be validated (&cHash empty)

Added by Kurt Gusbeth over 6 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-08-07
Due date:
% Done:

0%

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

Description

I get this error after sending an own form in TYPO3 8.7.17 (and using features.skipDefaultArguments = 1).
The form:

<f:form name="newNewsletter" class="clearfix" pageUid="{settings.target}" method="post" noCacheHash="0">
...
</f:form>

I tried everything, but only one thing helped: adding an action to the form.
Without the action the target link is like this:
/go/to/newsletter/
when I add an action:
/go/to/newsletter/?tx_myext_pi1[action]=new&cHash=b15c34a27416c581487d67fe5357434e

It should be possible to send a form without specifing an action.

Actions

Also available in: Atom PDF