-
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
Error and also no data in stats #188
Comments
It seems that if this is true 'log_users' => false, then i have this error Illegal offset type in isset or empty ErrorException in Container.php line 145: |
If is false is working well |
@antonioribeiro is there a way i can use log_users true and without errors? Thanks |
@antonioribeiro any idee how can i use log_users without errors? |
Hi there, We are trying to install tracker in our project but we have the same issue. We are using Laravel 5.1.29. But our error is located in Container.php line 160: "ErrorException in Container.php line 160: Illegal offset type in isset or empty".
Did you get any solution to this problem? We are thinking that our problem could be around the vinkla/laravel-hashids package that we install to encrypt the ids for secure the urls. Do you use this package also? Thanks. |
Hi.
Great bundle first of all. I've installed on laravel Laravel Framework version 5.1.25 (LTS)
I manage view the status but they are empty.
Also in my tracker.php i have
'authentication_ioc_binding' => ['auth'],
because with 'authentication_ioc_binding' => ['auth', 'admin'], a get Class admin does not exist
But after i use php artisan config:cache i get this error http://pastebin.com/Qetnyn9X
This is my config: http://pastebin.com/75PVgQQv
Please let me know how can i bypass this error and also have data in stats
best regards
The text was updated successfully, but these errors were encountered: