Corallino
Corallino

Reputation: 11

Drupal 8 migrate module

i'm trying to upgrade from drupal 6 to drupal 8.

I follow all instruction. But i have a problem : when i try to install the migrate module of drupal 8 with the instruction www.rawcoral.it/upgrade , it give me "page not found" .

I'm using a fresh Drupal 8 installation. I've installed modules: Migrates, Migrate Drupal and Migrate Drupal UI . All was done without problem.

I really don't know what is wrong. My website is on OVH and i'm using PLESK .

Upvotes: 0

Views: 249

Answers (2)

Nishant kumar
Nishant kumar

Reputation: 147

i guess you should have both database / d8 db setting will be in settings .php

and d6 db name will be in migration module setting in you d8 setting

Upvotes: 0

Parag Kuhikar
Parag Kuhikar

Reputation: 485

When I open the URL : http://www.rawcoral.it/upgradeenter image description here

It is related to database connection credentials.

Please provide proper credentials of mysql in settings.php

Upvotes: 0

Related Questions