
0
Under review
Image preview and thumbnails issue
Hi guys
I have just reinstalled filerun in docker and so far everything is working perfectly however I have just noticed that thumbnails and image previews no longer work. I have checked the control panel and magick is enabled etc but no images or thumbnails will load. Is there anything else I can try?
Customer support service by UserEcho
https://docs.filerun.com/troubleshooting_thumbnails
I had to run these scripts and then I just set up a cron on the docker host to run.
Eg.
0 1 * * * docker exec -d filerun_web_1 php /var/www/html/cron/metadata_index.php USERNAME > /dev/null 2>&1
30 1 * * * docker exec -d filerun_web_1 php /var/www/html/cron/index_filenames.php /user-files/ true
0 2 * * * docker exec -d filerun_web_1 php /var/www/html/cron/make_thumbs.php USERNAME > /dev/null 2>&1