Lucille Posted June 2, 2019 Share Posted June 2, 2019 (edited) Bonsoir, Il y a plusieurs mois j'ai tenté d'intégrer un HOOK mais sans réel succès. Aujourd'hui j'ai remodifier quelques trucs sans rapport avec ceci et voila que mon site ne fonctionne plus et m'affiche cela : < ?php class FrontController extends FrontControllerCore { public function initContent() { $this->process(); if (!isset($this->context->cart)) $this->context->cart = new Cart(); $this->context->smarty->assign(array( 'HOOK_HEADER' => Hook::exec('displayHeader'), 'HOOK_TOP' => Hook::exec('displayTop'), 'HOOK_DISPLAYTOPPAGEPRODUCT' => Hook::exec('Displaytoppageproduct'), 'HOOK_LEFT_COLUMN' => ($this->display_column_left ? Hook::exec('displayLeftColumn') : ''), 'HOOK_RIGHT_COLUMN' => ($this->display_column_right ? Hook::exec('displayRightColumn', array('cart' => $this->context->cart)) : ''), )); } } ?> Je ne comprend pas ! Je ne suis pas très calée désolé ! J'ai suivi des tutos c'est tout. Du coup j'ai fait machine arrière en supprimant les lignes de code que j'avais ajouté il y a donc plusieurs mois mais ca ne change rien. Je ne sais pas ce que j'ai touché... Y aurait il un boss de prestashop prêt à jeter un oeil sur mes fichiers... ?! merci Edited June 2, 2019 by Lucille (see edit history) Link to comment Share on other sites More sharing options...
Janett Posted June 3, 2019 Share Posted June 3, 2019 A tout hasard, la première ligne du fichier : < ?php sans espace <?php Est ce que ça marche mieux ? Car on dirait que votre fichier n’est pas interprété en fait Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now