clear cache

majid1f

Active Member
how i can clear php cache. i want to change some code in the drag and drop email builder but my changes do not apply. i know in the frontend/assets, we have js and css files.
 
how i can clear php cache. i want to change some code in the drag and drop email builder but my changes do not apply. i know in the frontend/assets, we have js and css files.

clear contents of cache folders
/apps/common/runtime/cache/*
/backend/assets/cache/*
/customer/assets/cache/*
/frontend/assets/cache/*
your browser cache
hard reload page overriding cache ctrl+f5
 
clear contents of cache folders
/apps/common/runtime/cache/*
/backend/assets/cache/*
/customer/assets/cache/*
/frontend/assets/cache/*
your browser cache
hard reload page overriding cache ctrl+f5


What to do, go to the file /customer/assets/cache/ and deleted whats in it. Like below
 

Attachments

  • Naamloos.png
    Naamloos.png
    197.4 KB · Views: 84
Back
Top