• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • 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

Back to square one kind of

jpgr

Chevereto Member
OK i got my external storage sorted out from Vultr and everything was going just fine and then i realized that I needed to swap servers to a different location OMG. So i setup another server in Vultr just to host my images and configured everything for images.mydomain.com. Put everything in the admin backend and voila when i upload a new image now and taken to the image page the image doesnt show up! What gives? I know its some small setting that I have wrong but cant figure it out for the life of me. And now i ma getting https images are not encrypted on the upload page which was not like this yesterday before changing servers. Any help would be appreciated. Thanks.
 
It seems that someone drop bad hotlink protection rules or something because this is the second time that I see something like this in the past days. I just uploaded this thing: http://images.tinypho.to/apple-touch-icon.png and it is returning 404.

Check if the image is on the server, if is there then the issue is just bad configuration.
 
Yes the image is there and actually its two images. The apple touch icon photo and then another file same name but it has .th in it so i have no clue what the issue could be.

Skl.jpg

This is what developer tools says about the error

Loading mixed (insecure) display content “http://images.tinypho.to/fopsmallstar.png” on a secure page

Now in phpmyadmin under chv_queues last row queue status everything is pending. I'm using cloudflare and have the A name of images pointing to my vultr ip

*Update*
I fixed the https issue by giving it an always use ssl rule in cloud flare and then selecting use https in the admin back end. I tried uploading a new image and the preview still doesnt show. Now when i upload one image it shows it 3 times in the storage folder with the name of imagename.md.jpg
 
Last edited by a moderator:
The apple touch icon photo and then another file same name but it has .th in it so i have no clue what the issue could be.
.th are thumbs (.md are medium).

Now in phpmyadmin under chv_queues last row queue status everything is pending. I'm using cloudflare and have the A name of images pointing to my vultr ip
Don't go there, this has absolutely nothing to do with database, Chevereto, php or anything like that. Absolutely nothing. Is server configuration, don't look anywhere else. Your web server fulfills all requests (static and dynamic), Chevereto only loads on dynamic request. An image is an static request, Chevereto is not related at all with that request.

Problem here is either network (I really doubt it) or just bad nginx configuration.
 
Calm down I was not blaming your script. I was just stating what i noticed while snooping around in phpmyadmin.
 
Calm down I was not blaming your script. I was just stating what i noticed while snooping around in phpmyadmin.
Np, is just that I have this website owner blaming me for something like this and no matter how hard I explain this stuff he just doesn't get it. I get paranoid from time to time.
 
It's all good mate no worries here on my end. Your script and support are second to none and i'm sure it's a config issue. Its no big deal my site is still in making phase with hardly any images so i can start over again.
 
Check your nginx, maybe sendfile or something is causing you issues. Always try default config, restart and test.
 
Ok back banging my hair against my monitor. I have everything setup again. The images are uploading to my storage location just fine but, are not showing up on the upload page. When i click the link to download the image exaple
https://storage.tinypho.to/12778305_G.jpg
I get 404 image not found. The image is being uploaded to the storage folder though. I am using vultr for storage and configured with serverpilot which standard setup is nginx+apache. My main site is tinypho.to and storage is storage.tinypho.to when you visit the storage page you can see the welcome message from serverpilot. I dont know what else to do or what exactly I am doing wrong.
 
Hot Damn finally figured it out on my own. In the mapping url I was using storage.domain.com I had to add storage.domain.com/images This solved my issue. Thanks for all your help Rodolfo and patience.
 
Back
Top