You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cronjob to fetch mails always returns exception when there is no plugin installed. Which is always the case after installation
Illuminate\Database\QueryException
could not find driver (SQL: select `name`, `path` from `plugins` where `status` = 1)
at /var/www/vhosts/faveo/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Database/Connection.php:760
756▕ // If an exception occurs when attempting to run a query, we'll format the error
757▕ // message to include the bindings with SQL, which will make this exception a
758▕ // lot more helpful to the developer instead of just the database's errors.
759▕ catch (Exception $e) {
➜ 760▕ throw new QueryException(
761▕ $query, $this->prepareBindings($bindings), $e
762▕ );
763▕ }
764▕ }
+20 vendor frames
21 /var/www/vhosts/faveo/faveo-helpdesk/app/Providers/AppServiceProvider.php:59
Illuminate\Database\Query\Builder::get()
22 /var/www/vhosts/faveo/faveo-helpdesk/app/Providers/AppServiceProvider.php:32
App\Providers\AppServiceProvider::registerPlugin()
Steps To Reproduce:
try to execute the cronjob:
/usr/bin/php -q /var/www/vhosts/faveo/faveo-helpdesk/artisan schedule:run
Downloaded from
master-branch
development-branch
and also with version 2.0.2
release-tag
Question: Is this an installation issue? Do i have to install a plugin to avoid this? Any help is welcome
The text was updated successfully, but these errors were encountered:
Description:
Cronjob to fetch mails always returns exception when there is no plugin installed. Which is always the case after installation
Steps To Reproduce:
try to execute the cronjob:
/usr/bin/php -q /var/www/vhosts/faveo/faveo-helpdesk/artisan schedule:run
Downloaded from
master-branch
development-branch
and also with version 2.0.2
release-tag
Question: Is this an installation issue? Do i have to install a plugin to avoid this? Any help is welcome
The text was updated successfully, but these errors were encountered: