-
Notifications
You must be signed in to change notification settings - Fork 595
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
Can't get any data #343
Comments
Same issue |
same issue here, did anyone find a solution for that? any help would be appreciated |
It seems to me that this package uses the middleware to log data, did you do the Kernel.php file modification described in the installation instructions ? |
Make sure your configuration is proper As you are using localhost make sure you do the following modifications to your tracker file: /*
/*
/*
/*
/*
/*
/*
*/ |
@alexandreMesle yes, I did the modifications in Kernel.php. If I wouldn't do it then it wouldn't be working at all. I am able to access the stats page, but I can't see any stats. @techmatevaibhav I tested it in a live environment and from multiple devices and it was not working. You can see the configuration in the issue description. |
There are several arrays in the Kernel.php file, please make sure you made the insertion in the 'web' array. |
Did You added the package middleware to the kernel.php file ? |
did you run artisan config:cache after updating the configuration? |
i'm not saving any geoip data either. I have a very default setup nad have cover all steps and "fixes" but still not saving data. also, does it work for a localhost (homestead/vagrant box)? (as I've not set up and tested on a remotly hosted staging server yet) |
@jayenne I don't know wether it works locally or not but I know that I deployed it to a server and I had the same result, it wasn't working either. |
Well that answer's my problem Thank you so much @techmatevaibhav I forgot that I'm using localhost lol |
Hello. Thank you for this great package.
I installed the tracker, everything went smooth.
But when I go to /stats page it is not showing any data. All sections are empty.
When I check the database, the table tracker_log is empty. In fact, almost all of the tables are empty, besides three tables: tracker_errors, tracker_routes and tracker_routes_paths.
So, when I go to a page, I can see that it was recorded because it adds it in tracker_routes. But there is nothing in tracker_logs or sessions, etc.
here is my config file
return [
];
Laravel version: 5.4.36
PHP version: 7.1.7
Maybe it's a well known bug and you can help me. Thank you.
The text was updated successfully, but these errors were encountered: