Hello,
I just tried to install Drupal 8.3.6 the first time.
Alter entering the database I got this error:

Fatal error: Interface 'Drupal\locale\StringStorageInterface' not found in /home/xy210hob/www/home/core/modules/locale/src/StringDatabaseStorage.php on line 10

In the code of "StringDatabaseStorage.php" there is the line:
"use Drupal\Core\Database\Connection;"

On my Server I there is no Directory "Core\Database".

I would be glad if someone can help me
Irene

Comments

mmjvb’s picture

looks at core/lib/Drupal/Core/Database/Connection.php

Maybe that helps you further.

Irene1234’s picture

Thanks, I 've already seen this path, but I did not help me.
I have installed Drupal 8.3.0 now, this Version works. Perhabs I will try an update now.