thekordy / ticketit

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets
MIT License
874 stars 384 forks source link

cannot get connection() null #532

Closed afandiyusuf closed 4 years ago

afandiyusuf commented 4 years ago

Hello, I got this error after running /tickets-install that error makes my laravel project fully unaccessible with the same error

(1/1) FatalThrowableError Call to a member function connection() on null

But the error seems to disappear when I delete all rows from ticketits_setting.

I am using Laravel 5.4.* Ticketit 0.4.x

afandiyusuf commented 4 years ago

Change the cache driver to file at .env and the problem disappear