Risolto il problema che mi ha fatto aprire il post ma adesso mi si verifica un altro problema legato ai driver dei moduli di Drupal e il log mi restituisce il seguente messaggio del quale chiedo cortesemente se qualcuno può aiutarmi:

The website encountered an unexpected error. Please try again later.
Error: Call to undefined function wincache_ucache_get() in Drupal\Driver\Database\sqlsrv\Connection->preprocessQuery() (line 642 of drivers\lib\Drupal\Driver\Database\sqlsrv\Connecti on.php).

Drupal\Driver\Database\sqlsrv\Connection->preprocessQuery('CREATE TABLE drupal_install_test (id int NOT NULL PRIMARY KEY)') (Line: 288)
Drupal\Driver\Database\sqlsrv\Connection->PDOPrepare('CREATE TABLE drupal_install_test (id int NOT NULL PRIMARY KEY)', Array) (Line: 267)
Drupal\Driver\Database\sqlsrv\Connection->prepareQuery('CREATE TABLE drupal_install_test (id int NOT NULL PRIMARY KEY)', Array) (Line: 503)
Drupal\Driver\Database\sqlsrv\Connection->query('CREATE TABLE {drupal_install_test} (id int NOT NULL PRIMARY KEY)') (Line: 176)
Drupal\Core\Database\Install\Tasks->runTestQuery('CREATE TABLE {drupal_install_test} (id int NOT NULL PRIMARY KEY)', 'Drupal can use CREATE TABLE database commands.', 'Failed to <strong>CREATE</strong> a test table on your database server with the command %query. The server reports the following message: %error.Are you sure the configured username has the necessary permissions to create tables in the database?', 1)
call_user_func_array(Array, Array) (Line: 141)
Drupal\Core\Database\Install\Tasks->runTasks() (Line: 1231)
install_database_errors(Array, './sites/default/settings.php') (Line: 180)
Drupal\Core\Installer\Form\SiteSettingsForm->getDatabaseErrors(Array, './sites/default/settings.php') (Line: 163)
Drupal\Core\Installer\Form\SiteSettingsForm->validateForm(Array, Object)
call_user_func_array(Array, Array) (Line: 82)
Drupal\Core\Form\FormValidator->executeValidateHandlers(Array, Object) (Line: 275)
Drupal\Core\Form\FormValidator->doValidateForm(Array, Object, 'install_settings_form') (Line: 118)
Drupal\Core\Form\FormValidator->validateForm('install_settings_form', Array, Object) (Line: 575)
Drupal\Core\Form\FormBuilder->processForm('install_settings_form', Array, Object) (Line: 318)
Drupal\Core\Form\FormBuilder->buildForm('install_settings_form', Object) (Line: 961)
install_get_form('Drupal\Core\Installer\Form\SiteS ettingsForm', Array) (Line: 631)
install_run_task(Array, Array) (Line: 584)
install_run_tasks(Array, NULL) (Line: 125)
install_drupal(Object) (Line: 44)