Problème d'affichage de site ovh.mariste.sn
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
question

Problème d'affichage de site ovh.mariste.sn

Par
JacquesD49
Créé le 2018-08-15 07:20:35 (edited on 2024-09-04 13:16:55) dans Hébergements Web

Bonjour à tous
Suite au changement d'hébergement, mon site internet me donne les erreurs suivants.
/**
* @file
* The PHP page that serves all page requests on a Drupal installation.
*
* All Drupal code is released under the GNU General Public License.
* See COPYRIGHT.txt and LICENSE.txt files in the "core" directory.
*/

use Drupal\Core\DrupalKernel;
use Symfony\Component\HttpFoundation\Request;

$autoloader = require_once 'autoload.php';

$kernel = new DrupalKernel('prod', $autoloader);

$request = Request::createFromGlobals();
$response = $kernel->handle($request);
$response->send();

$kernel->terminate($request, $response);


2 réponses ( Latest reply on 2023-03-17 18:29:47 Par
fritz2cat officiel (d'avant la migration)
)

Bonjour @JacquesD49

Il faut que dans le fichier de configuration de DRUPAL vous indiquiez les infos de la nouvelle base de données.

Voir dans mon guide le paragraphe :
**V6 - Duplication entièrement manuelle**

https://wordetweb.com/word-et-web/WORDPRESS-guide-installation-de-WordPress-premier-domaine-chez-OVH-FR.htm#_V6__-


mon site internet me donne les erreurs suivants.


Bonjour,

C'est bizarre que cluster030 envoie le code PHP à l'écran au lieu de l'interpréter.

Auriez-vous sauvé le index.php en UTF-8 ou UTF-16 ?
Le fichier s'appelle-t-il index.php ou index.html ?