Jump to content

L AIIIIIIDE , AIDEZ MOI


Recommended Posts

BONJOUR A TOUTE LA COMUNAUTER PRESTA

J AI UN GROS SOUCIS , APRES AVOIR FINI DE CREEZ MON SITE EN LOCAL VOILA QUE JE L AI TRANSFERER SUR MON HEBERGEUR AVEC TOUTE LES CONFIG QU IL FAUT MAIS RIEN Y FAIT.
VOICI CE QUE SA ME DONNE


assign('HOOK_HOME', Module::hookExec('home')); $smarty->display(_PS_THEME_DIR_.'index.tpl'); include(dirname(__FILE__).'/footer.php'); ?>


VOICI MON SITE


WWW.CRAZY-DISCOUNT.COM

PLEASE AIDER MOI

SI IL LE FAUT JE VOUS DONNE LES ACCESS POUR ALLER VOIR SA

MERCI DE VOTRE AIDE

Link to comment
Share on other sites

Ceci est le fichier index.php (votre shop / index.php). Assurez-vous qu'il est comme ceci:

<?php

include(dirname(__FILE__).'/config/config.inc.php');

if(intval(Configuration::get('PS_REWRITING_SETTINGS')) === 1)
   $rewrited_url = __PS_BASE_URI__;

include(dirname(__FILE__).'/header.php');

$smarty->assign('HOOK_HOME', Module::hookExec('home'));
$smarty->display(_PS_THEME_DIR_.'index.tpl');

include(dirname(__FILE__).'/footer.php');

?>

Link to comment
Share on other sites

Merci d'éviter les titre du genre "L AIIIIIIDE , AIDEZ MOI " et mettre un titre explicite

Et ne pas écrire tout en majuscule !

Des messages comme ca me donne pas envi d'y répondre !

Mais suis gentil aujourd'hui ! le problème ressemble fort à PHP qui n'est pas interprété ! donc plutôt lié à l'hébergement

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...