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
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
Right now, the CollectShell only works for webroot/uploads or any directory one level below webroot.
It also assumes that the original files is in webroot/uploads while resized files in webroot/uploads/resized.
Other plugin, such my rchavik/gallery stores the files in webroot/galleries/<album-slug>/<resized-file>.jpg, while the original file is stored in webroot/galleries/<album-slug/source/.
Either:
Figure out a way to 'collect' these files and store them appropriately in the assets table
or Write a shell that automatically collects and rename/move the physical files according to the the Assets' plugin convention
The text was updated successfully, but these errors were encountered:
Right now, the CollectShell only works for
webroot/uploads
or any directory one level belowwebroot
.It also assumes that the original files is in
webroot/uploads
while resized files inwebroot/uploads/resized
.Other plugin, such my
rchavik/gallery
stores the files inwebroot/galleries/<album-slug>/<resized-file>.jpg
, while the original file is stored inwebroot/galleries/<album-slug/source/
.Either:
assets
tableThe text was updated successfully, but these errors were encountered: