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
dopo aggiornamento effettuato ieri sembra che non si trovi il connector per il db "piracy_shield" ; ho controllato anche l'ussue #45 facendo a mano la modifca sul codice m non risolve la problematica.
Running scheduled command: App\Http\Controllers\Admin\AdminController@update_dns
InvalidArgumentException : Database [piracy_shield] not configured.
at /var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php:152
148| // If the configuration doesn't exist, we'll throw an exception and bail.
149| $connections = $this->app['config']['database.connections'];
150|
151| if (is_null($config = Arr::get($connections, $name))) {
> 152| throw new InvalidArgumentException("Database [{$name}] not configured.");
153| }
154|
155| return (new ConfigurationUrlParser)
156| ->parseConfiguration($config);
Exception trace:
1 Illuminate\Database\DatabaseManager::configuration("piracy_shield")
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php:115
2 Illuminate\Database\DatabaseManager::makeConnection("piracy_shield")
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php:86
The text was updated successfully, but these errors were encountered:
Buongiorno,
dopo aggiornamento effettuato ieri sembra che non si trovi il connector per il db "piracy_shield" ; ho controllato anche l'ussue #45 facendo a mano la modifca sul codice m non risolve la problematica.
The text was updated successfully, but these errors were encountered: