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

Visitor Generator Plugin - idSite not being set from form (POST variable) #1727

Closed
anonymous-matomo-user opened this issue Sep 24, 2010 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

The visitor generator plugin will always write it's data to idSite = 1 - even when the user selects a different site from the dropdown.

The input form uses both request variables and post variables - the request idSite is the current site ID that the superuser is set to view (which in my case is always 1 when i choose settings) whilst the idSite from the dropdown box is being passed as a post. When the controller goes to retrieve the dropdown variable it returns the value from the URL, not from the POST.

The fix is to rename the site dropdown box variable so it gets passed properly to the controller.

@robocoder
Copy link
Contributor

(In [3173]) fixes #1727

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