Project

General

Profile

Actions

Bug #87981

closed

404 Page when Google Analytics Parameters (utm_source) in URL

Added by Patrick Bloch about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2019-03-22
Due date:
% Done:

0%

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

Description

When I try to invoke a URL with utm_source, utm_medium and utm_campaign parameters, I get a 404 error.

on the product detail page i get a 404 error: www.mydomain.com/products/my-product?utm_source=Test&utm_medium=email&utm_campaign=Test

on an normal page without the ProductPlugin it works: www.mydomain.com/service?utm_source=Test&utm_medium=email&utm_campaign=Test

In the cacheHash excludedParameters tis params are already included

Here is my site config:

routeEnhancers:
  ProductPlugin:
    type: Extbase
    limitToPages:
      - 17
    extension: MyExt
    plugin: Product
    routes:
      -
        routePath: '/{product_title}'
        _controller: 'Product::show'
        _arguments:
          product_title: product
    defaultController: 'Product::list'
    aspects:
      product_title:
        type: PersistedAliasMapper
        tableName: tx_myext_domain_model_product
        routeFieldName: slug


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #87845: cacheHash.excludedParameters will be ignore when Enhancer is calledClosed2019-03-05

Actions
Actions #1

Updated by Grigory Rechkin about 5 years ago

  • Related to Bug #87845: cacheHash.excludedParameters will be ignore when Enhancer is called added
Actions #2

Updated by Georg Ringer about 5 years ago

  • Status changed from New to Needs Feedback

thanks for creating the issue. can you check if the patch of #87845 work for you or if the issue is even a duplicate? thanks!1

Actions #3

Updated by Patrick Bloch about 5 years ago

the patch works for me. thanks for the fast respond.

Actions #4

Updated by Riccardo De Contardi about 5 years ago

  • Category set to Link Handling, Site Handling & Routing
Actions #5

Updated by Georg Ringer almost 5 years ago

  • Status changed from Needs Feedback to Closed

closed as duplicate

Actions

Also available in: Atom PDF