Skip to content
New issue

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

Transition plugin can't handle named characters in URL #10733

Closed
minos314 opened this issue Oct 13, 2016 · 4 comments
Closed

Transition plugin can't handle named characters in URL #10733

minos314 opened this issue Oct 13, 2016 · 4 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@minos314
Copy link

minos314 commented Oct 13, 2016

I've recognized the transition module can't handle URLs containing named characters.

For example, when I navigte to Actions > Pages, try to open the transitions on a URL like /testweb/page.php?param1=a&regparam=b i get following error:

There's no data for /testweb/page.php?param1=a®param=b

My guess is the &reg param gets interpreted as a naming character, resulting in ®. Therefore the transition module can't find any data.
The other row actions, like visitor log or row evolution are working on the same URLs.

Reproduced with multiple browsers (chrome, ie, ff)
Piwik 2.16.2
PHP 5.4.16

@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Nov 12, 2016
@mattab mattab added this to the 3.0.0 milestone Nov 12, 2016
@sgiehl
Copy link
Member

sgiehl commented Sep 10, 2017

I'm not able to reproduce that with Piwik 3.1.0. Tracked a url with those params locally and the transitions report for this urls works just fine.
@minos314 please reopen if you can reproduce that with latest Piwik version.

@sgiehl sgiehl closed this as completed Sep 10, 2017
@sgiehl sgiehl added worksforme The issue cannot be reproduced and things work as intended. and removed Bug For errors / faults / flaws / inconsistencies etc. labels Sep 10, 2017
@minos314
Copy link
Author

minos314 commented May 2, 2018

I can still reproduce the issue in matomo 3.3.0.
Follow these steps:

  1. fresh matomo 3.3.0 install
  2. create logfile with following single line as content
    test.com 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /web/somepage.html?cmd=view&regseq_typ=1 HTTP/1.0" 200 7453
  3. import log file with import_logs.py
  4. navigte to Actions > Pages, try to open the transitions on that URL

@sgiehl Please reopen issue.

@minos314
Copy link
Author

minos314 commented Jun 5, 2018

@sgiehl Please reopen issue.

@mattab mattab reopened this Jun 5, 2018
@mattab mattab added the Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users. label Jun 5, 2018
@mattab mattab removed this from the Priority Backlog (Help wanted) milestone Jun 5, 2018
@mattab mattab added Bug For errors / faults / flaws / inconsistencies etc. and removed worksforme The issue cannot be reproduced and things work as intended. labels Jun 25, 2018
@sgiehl sgiehl self-assigned this Dec 2, 2019
@sgiehl sgiehl removed the Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users. label Dec 2, 2019
@sgiehl sgiehl added this to the 4.0.0 milestone Apr 28, 2020
@sgiehl
Copy link
Member

sgiehl commented Apr 28, 2020

should be fixed with #15221 in Matomo 4

@sgiehl sgiehl closed this as completed Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

3 participants