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

Error and also no data in stats #188

Open
essteffan opened this issue Aug 24, 2016 · 6 comments
Open

Error and also no data in stats #188

essteffan opened this issue Aug 24, 2016 · 6 comments

Comments

@essteffan
Copy link

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

@essteffan
Copy link
Author

essteffan commented Aug 24, 2016

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:
Illegal offset type in isset or empty

@essteffan
Copy link
Author

If is false is working well

@essteffan
Copy link
Author

@antonioribeiro is there a way i can use log_users true and without errors? Thanks

@essteffan
Copy link
Author

@antonioribeiro any idee how can i use log_users without errors?
Thanks in advance for your time

@zurpusiano
Copy link

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".

public function isAlias($name)
{
160:        return isset($this->aliases[$name]);
}

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.

@marlocorridor
Copy link
Contributor

marlocorridor commented Dec 19, 2016

Got this #188 error and this one #218
I will create a merge request soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants