Even though I click "Flush the caches" and get "The site's caches have been flushed" I still see all the old cache files on the server and Elgg ignores the changes in the language files. For example:
private/amelggviews_simplecache/1629569040/default/languages/en.js
...... (many js cache files)
private/amelggsystem_cache/en.lang
I also rebooted the server but it did not help.
How to fix the problem?
Thank you very much
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- Reuven@reuven
Reuven - 0 likes
- Reuven@reuven
Reuven - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- Reuven@reuven
Reuven - 0 likes
You must log in to post replies.Try to set access rights (permissions) to the data directory forcibly, e.g.:
It may also be related to the OpCache.
Use this plugin to clean it: https://elgg.org/plugins/2930258
FYI: In Elgg 3 OpCache is cleared at the same time as 'Flush the caches' action
Thanks Nikolai, I'll try.
BTW, the permissions of /private was 0751 (rwxr-x--x). It should be good enough - I think?
Use 0750 as the docs recommends:
I disabled the caches -> Flush the caches -> enabled the caches.
Now it works fine. Why? I do not know :)
Thank you