From /images/dev to /images issue
-
Hi,
During the upload process, a folder clearly appears in /images/dev, and at the end, a file (not a folder) with the image’s name is created in /images, but the content is not moved.
The image is therefore unusable; we need to- delete the file with the image’s name
- create a folder with the image’s name in /images
- move the contents of /images/dev/XXX to /images/MyImage
We tried an upload on debug mod and there is not issue

How is the image supposed to be moved from /images/dev to its destination folder?
Do you have any suggestions for resolving this issue?
Thanks.
Jérôme
-
In ftp log :
ri Jul 17 10:13:55 2026 [pid 196242] [fog] FTP command: Client “IP”, “RNTO /images/debug-upload”
Fri Jul 17 10:13:55 2026 [pid 196242] [fog] FTP response: Client “IP”, “550 Rename failed.” -
@jerome-m Please install dev-branch and reinstall and try again?
I know capture is a bit more time consuming.
I believe the issue should be fixed but need some testing please.
Thank you!
-
Thanks for your quick response. We’ll be using Fog heavily over the next few days, so we won’t be able to update the version right away.
We’ve found a workaround while we wait for the update by setting the setgid bit on the directory:chown fog:fog /images/dev
chmod 2775 /images/devBest.
Jérôme