Jump to content

Problème FrontController


Lucille

Recommended Posts

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 by Lucille (see edit history)
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...