tracker icon indicating copy to clipboard operation
tracker copied to clipboard

Laravel Stats Tracker

Results 105 tracker issues
Sort by recently updated
recently updated
newest added

When installing tracker on fresh Laravel 5.4 i get this error: ``` PHP Fatal error: Call to a member function getCode() on null in D:\_Instal\xampp\htdocs\cheebamba\vendor\laravel\framework\src\Illuminate\Database\QueryException.php on line 38 [Symfony\Component\Debug\Exception\FatalErrorException] Call...

Thanks for the great package. I want to know if is it possible to queue all the time-consuming tasks like inserting in DB as they are increasing the response time...

It is a little bit difficult to use this package inside another project because you have to tell your users to go and make a few config first and also...

Recently I come across below error message locally and in production if the tracker is enabled and no page from the application is reachable: Argument 1 passed to Illuminate\Database\Eloquent\Model::guard() must...

Hello, With the new view:cache command i get the following error: ```The "domain.com/vendor/pragmarx/datatables/src/Bllim/Datatables/views" directory does not exist.``` Anybody knows a fix?

I am getting this error when I open the page from firefox browser. I found that the data in tracker_devices tables are like webkit(string) and some 0 (integer) for model...

This package is awesome and everything is working as intended but I want to count all the rows in tracker_sessions table, when I do ``` $sessions = Tracker::sessions(); return count($sessions);...

When setting 'log_exceptions' => true in tracker.php, all page loads throw the following error: > Class PragmaRX\Tracker\Support\Exceptions\Handler contains 1 abstract method and must therefore be declared abstract or implement the...

**Describe the bug** [2019-03-06 15:55:18] production.ERROR: Creating default object from empty value {"exception":"[object] (ErrorException(code: 0): Creating default object from empty value at /public_html/vendor/pragmarx/tracker/src/Data/Repositories/Session.php:101) **To Reproduce** Steps to reproduce the behavior:...

use PragmaRX\Tracker\Tracker; $tracker = new Tracker; $visitor = $tracker->currentSession(); dd($visitor); Too few arguments to function PragmaRX\Tracker\Tracker::__construct()