Navigation Menu

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

Piwik 1.8.4 : Page Name with multiple levels is incorrect on mysqli #3402

Closed
anonymous-matomo-user opened this issue Sep 21, 2012 · 4 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

Hi,

In every Piwik call we include the action_name tag to define the visited page.

As we need to group some pages under "categories" we use the / separator to build our tree architecture.

Since 1.8.4, if we pass 2 levels (so 1 /) to the piwik call, the first level won't show up. But if we pass more levels, all levels will show up.

Ex:
if action_name=level1/level2 -> Page name will only be displayed as level2
if action_name=level1/level2/level3 -> Page name will perfectly displayed as level1/level2/level3
...

Thanks for your help
Keywords: 1.8.3 action_name

@mattab
Copy link
Member

mattab commented Sep 21, 2012

This was reported in the forums

@anonymous-matomo-user
Copy link
Author

It seems to have disappeared in 1.9b6

@mattab
Copy link
Member

mattab commented Oct 6, 2012

I suppose you were using MysqLI ?

The bug was fixed in: #3408

@anonymous-matomo-user
Copy link
Author

Yes. I confirm I'm using MYSQLI driver. :)

@anonymous-matomo-user anonymous-matomo-user added this to the 1.9 -- Piwik 1.9 milestone Jul 8, 2014
This issue was closed.
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. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants