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

Bug in overlay when using setSiteId with a string value.. #3746

Closed
mattab opened this issue Feb 9, 2013 · 1 comment
Closed

Bug in overlay when using setSiteId with a string value.. #3746

mattab opened this issue Feb 9, 2013 · 1 comment
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Feb 9, 2013

Reported in the forums: http://forum.piwik.org/read.php?2,99402,page=1#msg-100639

Finally, someone found the problem:

Drupals Piwik module was/is pushing the SiteId as string: _paq.push(["setSiteId", "2"])

However, Piwik checks it using !== against a number, which always fails because it's compared against a string.

@robocoder
Copy link
Contributor

In 090fe54: fixes #3746 - Bug in overlay when using setSiteId with a string value

@mattab mattab added this to the 1.11 - Piwik 1.11 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.
Projects
None yet
Development

No branches or pull requests

2 participants