seok Posted May 1, 2018 Share Posted May 1, 2018 (edited) Hi all I cant see updated files in backoffice. I have changed code in AdminOrdersController.php and changes is not showing because all backoffice is ultracached. I tried all solutions that come to my mind but the problem still persist: - I remove all caching from backoffice performance and I disable all cache, compress etc options. - I remove manually all cache files as compile, cache, class_index, purifier/css and uri, tmp images... - I disabled memcached module in my server centos 7, restart nginx and httpd full server Even I edited the file AdminOrdersControllers.php removing ALL CODE and backoffice continue working with previous cache The only way to load Order list in backoffice with diferents text and colums was removing file AdminOrdersController.php from server to get a error message... But I tried now removing file AdminOrdersControllers from admin and uploading my AdminOrdersControllers modified in override and after clean all caches I saw my NEW FILE CHANGES. Then I deleted this file and class_index and upload this same AdminOrdersControllers modified to standard folder I get again the previous standard cached page... As I deleted my class_index NOW always the backoffice is showning previous cached file.... OMG Modifications can sometimes be shown by loading the backoffice from explorer but in Chrome and Firefox is imposible What happens with this fu.. crazy class_index ?? Some option to fix this BIG BUG? Waiting help from advanced users or Prestashop team Best regards Edited May 1, 2018 by seok (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted May 2, 2018 Share Posted May 2, 2018 My guess would be that you have some aggressive caching on your server that is not connected to Prestashop. Link to comment Share on other sites More sharing options...
seok Posted May 6, 2018 Author Share Posted May 6, 2018 On 2/5/2018 at 1:56 PM, musicmaster said: My guess would be that you have some aggressive caching on your server that is not connected to Prestashop. Thank you for your answer @musicmaster. I am testing your amazing prestools suite and it's fabulous PS team seem very busy in addons as to answer and help in his forum After hours of a full server checking, fortunately I find the "issue" This post is for future users that will search for hours a solution like crazy in google OVERRIDE CONTROLLERS NOT WORKING IN PRESTASHOP BACKOFFICE ORDER LIST SOLUTION Remove in your etc/php.d/10-opcache.ini the line opcache.validate_timestamps=0 best regards 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