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

All websites: JS syntax error: setRowData missing parameter #3010

Closed
anonymous-matomo-user opened this issue Mar 5, 2012 · 1 comment
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@anonymous-matomo-user
Copy link

On multi-sites module (overview about all pages) I get the following syntax error:

allSites[7] = new setRowData(9, 14, , " 918,68 ", 'Kufe', 'http://an.url', '600%', '0%', '100%');
...
prepareRows(allSites, params, 'visits'); // allSites is not defined

The third parameter to setRowData is missing and the page stays blank. Happened somewhere between the update to 1.7 or 1.7.1 (now at 1.7.1).
The six sites before do not have this error, only the last one.

Noticed no other somewhere else (did not search for, though), just the multi-site overview is broken.

@mattab
Copy link
Member

mattab commented Mar 6, 2012

(In [5976]) Fixes #3010 Thanks for the report. This patch will fix the error.

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