Hello,
I have developed a custom module, which works well in version 1.7.3.3, but which is broken in version 1.7.4.1, when I try to access the module configuration page, from the back-office.
Instead of being interpreted as standard PHP code, the main file of the module (e.g; mymodule/mymodule.php) , seems to be interpreted as a Smarty template, an so the entire PHP code is displayed at the begining of my configuration page.
I tried to compare the code of the core module classes of Prestashop (located in classes/module/ folder), and the code is strictly similar between version 1.7.3.3 and version 1.7.4.1.
I can't figure out what I am missing. Any help will be appreciated.
Thanks