Jump to content

Problème après migration


Recommended Posts

Bonjour, 

 

Alors voilà j'ai migrer ce matin mon site vers un autre serveur qui est un Apache comme l'ancien, j'ai changé les settings pour la connexion à la nouvelle BDD mais voila que quand je tape l'adresse de mon site je tombe sur une page blanche avec le contenu de mon index.php :

 

<?php
 
include(dirname(__FILE__).'/config/config.inc.php');
include(dirname(__FILE__).'/header.php');
 
$smarty->assign('HOOK_HOME', Module::hookExec('home'));
$smarty->display(_PS_THEME_DIR_.'index.tpl');
 
include(dirname(__FILE__).'/footer.php');
 
?>
 
C'est troublant ... 
 
J'ai vérifié les erreurs log je n'en ai aucune.
 
Avez-vous une solution  ?
 
Cordialement Albert,
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...