You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cache directory is owned by www-data:www-data and has initial rights of 0777. Each subfolder has rights of 0755 and is also owned by www-data:www-data. I have an ordinary user which also belongs to the www-data group, but I'm not able to delete files from that directory. So I have the following situation:
So how can I setup the cache_directory that I can remove those files? I have some commands which are run by the ordinary user but those commands break down because some files of the image_cache directory can't be deleted/refreshed.
Best regards,
Stefan
The text was updated successfully, but these errors were encountered:
That is the purpose of the GarbageCollector (cleaning old files)
I suggest you try to run the demo/gc.php script, that will delete files older than 5 days for instance
You can also consider passing -1 to the days parameters to delete all the files and not only the older ones
Are you hosting your website on a dedicated server or standard hosting ?
The cache directory is owned by www-data:www-data and has initial rights of 0777. Each subfolder has rights of 0755 and is also owned by www-data:www-data. I have an ordinary user which also belongs to the www-data group, but I'm not able to delete files from that directory. So I have the following situation:
So when trying to delete those file I got:
So how can I setup the cache_directory that I can remove those files? I have some commands which are run by the ordinary user but those commands break down because some files of the image_cache directory can't be deleted/refreshed.
Best regards,
Stefan
The text was updated successfully, but these errors were encountered: