0
Closed for lack of information

move files lost generated thumbnails

fieeuvaan 2 years ago updated by Vlad R 1 year ago 4

Hi, I generated all files thumbnail with `cron/make_thumbs.php`, all runs smoothly. 

But when I move the files from one folder to another, all the thumbnails are not showed anymore. Need to refresh several times to force it regenerate on the fly.

Is that an expected issue or a problem on my side? Could the thumbnails be moved together with the files?

Do you move the files from the FileRun web?

Under review

Probably you ran the command line script with a system user different than what PHP runs under, thus creating thumbnail files that PHP is not allowed to move.

Closed for lack of information