You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the process completes successfully but when I go into Piwik UI, all the visits that were imported have been put onto today instead of spread through the last 30 days.
I have edited the code adding:
echo "USER: " . $user['token_auth'] . "\n";
after the:
$user = $this->getCurrentUser();
on line 29 of VisitsFake.php and it returned
USER:
So I am assuming that the command-line console system is trying to look-up the user with no success due to you can't login to the console.
The text was updated successfully, but these errors were encountered:
I am running Piwik 2.3.0 w/ the latest VisitorGenerator plugin install on my CentOS/cPanel server running PHP 5.4.
When I run:
the process completes successfully but when I go into Piwik UI, all the visits that were imported have been put onto today instead of spread through the last 30 days.
I have edited the code adding:
after the:
on line 29 of VisitsFake.php and it returned
So I am assuming that the command-line console system is trying to look-up the user with no success due to you can't login to the console.
The text was updated successfully, but these errors were encountered: