Xavierleo Posted October 11, 2019 Share Posted October 11, 2019 Salut j'ai fait un simple module avec un controlleur front qui fait appel à un fichier tpl . au niveau front il s'affiche l'erreur suivante :Call to a member function get() on null ceci est le code du contolleur et le fichier tpl : <?php class em_bestsellersBestProductsModuleFrontController extends ModuleFrontController { public function __construct() { parent::__construct(); } public function initContent() { parent::initContent(); $this->setTemplate('module:em_bestsellers/views/templates/front/products.tpl'); } } {extends file='page.tpl'} {block name='allproducts'} <p>hello heree </p> {/block} un idée svp? Link to comment Share on other sites More sharing options...
selectshop.at Posted October 12, 2019 Share Posted October 12, 2019 English Forum section, please only question in English language. If you want to communicate in French, please use French Forum section. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts