Loading core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php +2 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,8 @@ protected function connect() { $connection_info = Database::getConnectionInfo(); $database = $connection_info['default']['database']; // We cannot use file_directory_temp() here because we haven't yet // successfully connected to the database. // We cannot use \Drupal::service('file_system')->getTempDirectory() // here because we haven't yet successfully connected to the database. $connection_info['default']['database'] = \Drupal::service('file_system')->tempnam(sys_get_temp_dir(), 'sqlite'); // In order to change the Database::$databaseInfo array, need to remove Loading Loading
core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php +2 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,8 @@ protected function connect() { $connection_info = Database::getConnectionInfo(); $database = $connection_info['default']['database']; // We cannot use file_directory_temp() here because we haven't yet // successfully connected to the database. // We cannot use \Drupal::service('file_system')->getTempDirectory() // here because we haven't yet successfully connected to the database. $connection_info['default']['database'] = \Drupal::service('file_system')->tempnam(sys_get_temp_dir(), 'sqlite'); // In order to change the Database::$databaseInfo array, need to remove Loading