N
N
nikita1sm2019-10-25 10:45:39
1C-Bitrix
nikita1sm, 2019-10-25 10:45:39

How to clear the cache in Bitrix so that users have their data updated?

Changed the picture on the main page, reset the entire cache through the admin panel.
But I still go to the site from another browser and see the old one ..
How to solve this problem?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Andrey Savrasov, 2019-10-25
@nikita1sm

Most likely the problem is in the file name.
If you have previously visited, the browser will cache the image.
Add ?p=1 to filename
Or press ctrl+f5

M
Maxim Kirshin, 2019-10-25
@meowto16

Clear cache button at the top of the admin panel.
Either in the product settings->autocaching->there is a tab to clear the cache.
5db2af1c8d91f633502429.png

A
Alexander, 2019-10-25
@idruweb

in the component settings, uncheck the box - take into account user rights

G
Georgy Baruchyan, 2019-10-25
@Snatch87

Most reliable from the console:
cd site.ru/bitrix/cache
rm -rf *
cd ../managed_cache
rm -rf *
But be EXTREMELY careful when using rm -rf. Every time check in which directory you are executing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question