cancel
Showing results for 
Search instead for 
Did you mean: 

Page blanche après changement d'hébergement Magento 2

Page blanche après changement d'hébergement Magento 2

Bonjour, 

 

Je débute en Magento 2 (version 2.3) et je dois récupérer une boutique live pour la dupliquer sur un serveur de développement local (ubuntu 18.04.4, php 7.2, mysql 5.7.31, Apache 2).

 

Voici les différentes étapes que j'ai suivies : 

- création d'un backup de la boutique (système + medias) sur le serveur distant de production via l'admin de Magento 2

- Création d'un backup de la bdd sur le serveur distant de production

- Récupération de ces deux backups via SFTP sur mon serveur local.

-  Extraction de mon backup Système + Média dans /var/www/html/bp (bp étant la racine de ma boutique)

- Création d'une base vierge "bp" avec PhpMyAdmin

- Import de mon backup BDD dans la base "bp" via PhpMyAdmin

- Modifications dans la table "core_config_data" de la base "bp" des base_URl et secure_URL en http://localhost/bp/

- Modifications des informations relatives à la base de donnée dans "/var/www/html/bp/app/etc/env.php" en mettant à jour les informations de connexion pour qu'elles correspondent à ma base de dév et plus à ma base de prod

- Suppression du contenu du répertoire /var/www/html/bp/var

- Puis php bin/magento cache:clean ainsi que php bin/magento cache:flush

 

Résultat quand je lance mon "http://localhost/bp" ou mon "http://localhost/bp_admin" : deux magnifiques pages toutes blanches, sans rien...

 

Qu'est-ce que j'ai loupé ? Merci d'avance de vos retours.

8 REPLIES 8

Re: Page blanche après changement d'hébergement Magento 2

@ssgsdg_dsfdsf can you check by inspecting element on browser, if it is showing some error.

 

Thanks

Re: Page blanche après changement d'hébergement Magento 2

@rahulGupta when looking at the Firefox console, it seems that there is a code 500 error...but I don't understand why (I am also noob at linux/ubuntu).

 

Here is a screen shot of my page rendering, the error and my localhost directory : 

https://ibb.co/kJJWfSx 

 

Any clue ?

Re: Page blanche après changement d'hébergement Magento 2

@ssgsdg_dsfdsf There is a index.php file on the root directory.

put the below code in the file.

 

ini_set('display_errors',1);

Let me know the result after adding this.

 

Thanks

Re: Page blanche après changement d'hébergement Magento 2

Still the same, a nice white page with a code 500 error in FF console, no error message displayed on the page.

Re: Page blanche après changement d'hébergement Magento 2

@ssgsdg_dsfdsf put the below code index.php and hit the below url in browser.

 

Also show the screenshot of index.php file.

 

die('in the index file');

//hit this url
http://localhost/bp/index.php

Thanks

 

 

Re: Page blanche après changement d'hébergement Magento 2

@rahulGupta : Still the same... Here is the screen shot of the index.php file. 

https://ibb.co/ccXMBc5   

Re: Page blanche après changement d'hébergement Magento 2

@ssgsdg_dsfdsf please put the code which i shared on the top ie before try keyword.

 

Thanks

Re: Page blanche après changement d'hébergement Magento 2

@rahul Gupta It looks like index.php is readable. Here is the screenshot of the index.php file + browser.

https://ibb.co/k1XJ781