You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a freshly installed TYPO3 instance, I get a 404 thrown if I submit the search form supplied by the "Search form" plugin. The content of the 404 page says: "Request parameters could not be validated (&cHash empty)"
How to replicate:
Set up fresh Instance of TYPO3 11.5.27, install the newest version of events2 (currently 8.1.6). Add the static TS of events2 to the root Template. Add a new page below the root page, add an event to it. Add a new Plugin called "Search form" to the root page and reference the page with the event in the field "Record Storage Page". In the Frontend, submit the search form.
The text was updated successfully, but these errors were encountered:
EDIT: By Setting $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFoundOnCHashError'] = 0 you can prevent that TYPO3 throws a 404 when there's no cHash. But this shouldn't be a requirement since by default, the value of this setting is 1. Maybe, requireCHashArgumentForActionArguments could be a solution to this problem.
In a freshly installed TYPO3 instance, I get a 404 thrown if I submit the search form supplied by the "Search form" plugin. The content of the 404 page says: "Request parameters could not be validated (&cHash empty)"
How to replicate:
Set up fresh Instance of TYPO3 11.5.27, install the newest version of events2 (currently 8.1.6). Add the static TS of events2 to the root Template. Add a new page below the root page, add an event to it. Add a new Plugin called "Search form" to the root page and reference the page with the event in the field "Record Storage Page". In the Frontend, submit the search form.
The text was updated successfully, but these errors were encountered: