Project

General

Profile

Actions

Bug #87653

closed

cHash error with extbase plugin and routeEnhancer

Added by Alexander Vogt about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2019-02-05
Due date:
% Done:

0%

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

Description

I get the following error message after calling a mapped news detail URL: "Request parameters could not be validated (&cHash empty)".

Url generation:

<f:link.action action="show" arguments="{article: record}">text</f:link.action>

Route enhancer:

routeEnhancers:
  newsdetail:
    type: Extbase
    extension: Demo
    plugin: Newsdetail
    routes:
      -
        routePath: '/detail/{news_title}'
        _controller: 'News::show'
        _arguments:
          news_title: article
    defaultController: 'News::show'
    aspects:
      news_title:
        tableName: tx_demo_domain_model_newsarticle
        routeFieldName: slug
        routeValuePrefix: /
    limitToPages:
      - 55

Generated url: /de/news/detail/demo-article-title

How can i solve this? I am currently using the setting "feature.requireCHashArgumentForActionArguments = 0" to avoid this issue.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #88136: requireCHashArgumentForActionArguments may cause 404 errorsClosed2019-04-11

Actions
Actions

Also available in: Atom PDF