clear cache

majid1f

Active Member
MailWizz 2.0 Tester
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: 81
i had done some changes and i have to clear the cashe..!!how can i clear it??
You need to connect with ssh and run clear-cache command.
php -q /the/path/to/apps/console/console.php clear-cache --verbose=1
 
Back
Top