DEV MAJ Posted June 7, 2022 Share Posted June 7, 2022 Hi everybody, I've been modifying a module and for some reason prestashop does not take into consideration the code modifications in module.php. I've made modifications a while back and I need to modify it again due to an update that raises an error, the problem is that I get the error even if I remove said line. I get this type of error: PHP message: PHP Notice: Undefined index: ordersorderFilter!active in /modules/module/module.php on line 104 I've commented first than removed that line but I still get the error. It seems like there is a cache somewhere that I can't find, I've deactivated all possible cache in prestashop, activated debug mode, deleted the dev and prod folders in /var/cache/ but I still get the error. I've used grep on the server to try to find that line, and when I delete it from the file I can not find it anywhere else on the server (but can find it if I add it). Anybody has any idea? Thanks a lot! Link to comment Share on other sites More sharing options...
DEV MAJ Posted June 8, 2022 Author Share Posted June 8, 2022 The problem came from the hosting, the server had opcache activated and configured, we asked our admin to deactivate it, once it was deactivated, it worked fine 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