We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typo3 13.4 PHP 8.2
Current Behavior Hello,
I have a problem after the last update to dev-main c1d8535.
As soon as method="get" is added to line 11 of SearchForm.html Twb5, every search results in a 404 error. If I remove method="get" the search works.
TIA
Guido
The text was updated successfully, but these errors were encountered:
thanks for your feedback. if you remove the error handling, which error to you get?
Sorry, something went wrong.
404 Page Not Found The page did not exist or was inaccessible. Reason: Request parameters could not be validated (&cHash empty)
Link with get: https://typo3-134.ddev.site/news-1/news-test?tx_news_pi1%5Bsearch%5D%5Bsubject%5D=Lorem&tx_news_pi1%5Bsearch%5D%5BminimumDate%5D=&tx_news_pi1%5Bsearch%5D%5BmaximumDate%5D=
Without get: https://typo3-134.ddev.site/news-1/news-test?tx_news_pi1%5Bcontroller%5D=News&cHash=cea70bc29393dccc0c33d9d85f7b594d
No branches or pull requests
Bug Report
Typo3 13.4
PHP 8.2
Current Behavior
Hello,
I have a problem after the last update to dev-main c1d8535.
As soon as method="get" is added to line 11 of SearchForm.html Twb5, every search results in a 404 error. If I remove method="get" the search works.
TIA
Guido
The text was updated successfully, but these errors were encountered: