Bruce Thomas Posted July 19, 2018 Share Posted July 19, 2018 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 Link to comment Share on other sites More sharing options...
Bruce Thomas Posted July 19, 2018 Author Share Posted July 19, 2018 The problem has been solved and was not related to the upgrade from 1.7.3.3 to 1.7.4.1. It was just a call of a wrong template from the module, for the configuration page. The topic can be closed. 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