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

Missing Parameter in live plugin #1074

Closed
anonymous-matomo-user opened this issue Dec 12, 2009 · 2 comments
Closed

Missing Parameter in live plugin #1074

anonymous-matomo-user opened this issue Dec 12, 2009 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

Hi,

there are 4 lines of code missing in Version 0.5.1. to view the index.php?module=Live&action=index&idSite=1&period=day&date=today without error messages

File: /plugins/Live/Controller.php

The index()-Function need this vars:

$view->visitorsCountHalfHour = $this->getUsersInLastXMin(30);
$view->pisHalfhour = $this->getPageImpressionsInLastXMin(30);
$view->pisToday = $this->getPageImpressionsInLastXDays(1);
$view->visitorsCountToday = $this->getUsersInLastXDays(1);

Keywords: live, plugin

@robocoder
Copy link
Contributor

The widget is at module=Live&action=widget, so I've lowered the priority.

@robocoder
Copy link
Contributor

In [1672], fixes #1074 - missing parameters for module=Live&action=index

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