• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Date folders structure broken after migrating to another server

Version
4.1.4
PHP version
8.2.31
Database driver
MariaDB
Database version
12.3.1
Web browser
safari

Skotina

Chevereto Member
Hello,

Chevereto is hosted on server1
Storage (ftp) is on server2

Worked like a charm for a long time. I've decided to move Chevereto installation to server3

I have this issue now:

server3 works fine, the chevereto itself is working too
server2 (ftp storage) also works fine

But when I try to upload image the file ends up on the storage server not in

/2026/05/09/uploadedfilename.jpg

but in

/2026/05/uploadedfilename.jpg

So it uploads to month folder, not day folder.
Any ideas how to fix this?
 
Some more information- if there's no date folders in the upload path the files are uploaded directly to the root of the server2 (ftp storage).
If there's a year folder present - the file is uploaded into it. If there's a month folder in the year folder - the file is uploaded into it. The day folder is present - file is uploaded there. So files can be uploaded into date folder but only if you create them manually (just a reminder - before migration from another server there were no issues with this).

So I guess something is not right with recursive mkdir or something like that.
 
Back
Top