-
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
Call to a member function getCode() on null #250
Comments
I've got the same problem |
Tagged 0.6.15, should be fixed now. Please report back. |
Yes it is ok but still getting this new error |
$this->tracker->handleException($exception, $exception->getCode()); needs to be updated to |
@antonioribeiro Hi Antonio! Your package sounds really powerful, but right now many of us can't install it because of issues with Laravel 5.4 and migrations. You say you fixed the problem here
Sorry.. I've been using Github for years but I am lost as to what you mean by this? The last commit I see on this package is dated Feb 5th.. and I don't see any tags with a more recent commit or any tag that resemble the 0.6.15 numbering. I don't see a develop or dev branch either.. what am I missing? Also as mentioned in #249 there are other issues related to the migrations.. some users have offered advice on how to fix but so far I haven't been lucky getting it to work even after I set my tracker database strict => false I think as you mentioned the migration files need to be cleaned up a bit so that this package can install normally on a new installation of Laravel 5.4 Is there any chance you could fix it and post a new release? I would also really love to understand what you meant by "Tagged 0.6.15, should be fixed now" because I feel like there's an important part of how Github works that I don't understand right now. Many thanks! Hope to use your package very soon! |
Hi all,
I have installed laravel stats tracker on laravel 5.4.* but when i run php artisan migrate i get the following error
C:\wamp\www\dihabuka>php artisan migrate
Migration table created successfully.
[Symfony\Component\Debug\Exception\FatalThrowableError]
Call to a member function getCode() on null
Please any Idea on this help me
The text was updated successfully, but these errors were encountered: