Does Elgg come with a command line script that one could use to rebuild the view path cache? If not, has anyone created anything of the sort?
Cheers
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.
- DhrupDeScoop@Dhrup2000

DhrupDeScoop - 0 likes
- Janek@janlb

Janek - 0 likes
- Janek@janlb

Janek - 0 likes
You must log in to post replies.function elgg_regenerate_simplecache($viewtype = NULL) {
grep for more..
Thanks, that should do it!
An update to anyone else hunting around:
The function above clears the 'simple' cache
To clear the 'view file' cache use: elgg_filepath_cache_reset()