Skip to content

mancanza config DB "piracy_shield" #48

@giuseppeRoar

Description

@giuseppeRoar

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.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions