Problème à l'étape "Installation du site"

Information importante

En raison d'un grand nombre d'inscriptions de spammers sur notre site, polluant sans relache notre forum, nous suspendons la création de compte via le formulaire de "sign up".

Il est néanmoins toujours possible de devenir adhérent•e en faisant la demande sur cette page, rubrique "Inscription" : https://www.drupal.fr/contact


De plus, le forum est désormais "interdit en écriture". Il n'est plus autorisé d'y écrire un sujet/billet/commentaire.

Pour contacter la communauté, merci de rejoindre le slack "drupalfrance".

Si vous voulez contacter le bureau de l'association, utilisez le formulaire disponible ici, ou envoyez-nous un DM sur twitter.

Bonjour,

J'ai installé Acqui dev Desktop pour installer mon site drupal 8. Tout se passe à merveille jusqu'a l'étape "Installation du site où le chargement une fois arrivée à 39 of 39 me met le message d'erreur suivant :

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: http://allomaman.local:8083/core/install.php?langcode=fr&profile=standar...
StatusText: OK
ResponseText: Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'allomaman_cache_discovery' already exists: CREATE TABLE {cache_discovery} (
cid VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
data LONGBLOB NULL DEFAULT NULL COMMENT 'A collection of data to cache.',
expire INT NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.',
created DECIMAL(14, 3) NOT NULL DEFAULT 0 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
serialized SMALLINT NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
tags LONGTEXT NULL DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
checksum_invalidations INT NOT NULL DEFAULT 0 COMMENT 'The tag invalidation sum when this entry was saved.',
checksum_deletions INT NOT NULL DEFAULT 0 COMMENT 'The tag deletion sum when this entry was saved.',
PRIMARY KEY (cid),
INDEX expire (expire)
) ENGINE = InnoDB DEFAULT CHARACTER SET utf8 COMMENT 'Storage for the cache API.'; Array
(
)
in Drupal\Core\Cache\ChainedFastBackend->deleteAll() (line 217 of C:\wamp\drupal-8.0.0-beta2\core\lib\Drupal\Core\Cache\ChainedFastBackend.php).

Aidez moi svp car ça fait 2 jours que je tente de trouver une solution et ça commence à sérieusement m'énerver :(

Version de Drupal : 

J'ajoute un nouveau commentaire, pour dire que j'ai tester une installation via wamp, et voici à nouveau un autre message d'erreur

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: http://localhost/Allomaman/core/install.php?langcode=en&profile=standard...
StatusText: OK
ResponseText: Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'allomaman_cache_discovery' already exists: CREATE TABLE {cache_discovery} (
cid VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
data LONGBLOB NULL DEFAULT NULL COMMENT 'A collection of data to cache.',
expire INT NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.',
created DECIMAL(14, 3) NOT NULL DEFAULT 0 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
serialized SMALLINT NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
tags LONGTEXT NULL DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
checksum_invalidations INT NOT NULL DEFAULT 0 COMMENT 'The tag invalidation sum when this entry was saved.',
checksum_deletions INT NOT NULL DEFAULT 0 COMMENT 'The tag deletion sum when this entry was saved.',
PRIMARY KEY (cid),
INDEX expire (expire)
) ENGINE = InnoDB DEFAULT CHARACTER SET utf8 COMMENT 'Storage for the cache API.'; Array
(
)
in views_field_config_create() (line 462 of C:\wamp\www\Allomaman\core\modules\views\views.module).

Le message d'erreur "Base table or view already exists" est assez clair pourtant.
Table 'allomaman_cache_discovery' already exists: => la table existe déjà.

Avant de relancer l'installation, il faudrait supprimer toutes les tables de la base de données.