• 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

After the new update I can not upload anything

Status
Not open for further replies.

jonathan

Chevereto Member
Website URL
https://www.gagism.com

Chevereto version
3.10.5

Description of the issue
I updated to the latest version in my dashboard and now i can not upload anything it just stays at zero percent and never uploads. Do you think you can take a look and maybe fix this?
 
You have a mixed protocol issue:

upload_2017-10-19_14-40-41.png

Check your source code at the footer, you will see that all internal links are "http". In the demo, you will notice that all links are "https".

Problem is that when you use CloudFlare, they should add HTTP_X_FORWARDED_PROTO "https" but in your server it says "http". It seems that they are using HTTP_CF_VISITOR {"scheme":"https"} which I don't know if is a CloudFlare or cPanel thing.

You should read this: https://2013.gomah.fr/server-tips/forcing-https-redirection-and-cloudflares-flexible-ssl/
 
You have a mixed protocol issue:

View attachment 1509

Check your source code at the footer, you will see that all internal links are "http". In the demo, you will notice that all links are "https".

Problem is that when you use CloudFlare, they should add HTTP_X_FORWARDED_PROTO "https" but in your server it says "http". It seems that they are using HTTP_CF_VISITOR {"scheme":"https"} which I don't know if is a CloudFlare or cPanel thing.

You should read this: https://2013.gomah.fr/server-tips/forcing-https-redirection-and-cloudflares-flexible-ssl/
Yeah I looked into it, I am stil new to the website world and not quite sure how to fix it. I will probably just kill the website since I keep running into problems.
 
To be honest is quite normal to get these issues with CloudFlare, they have issues with https and with that Rocket Loader thing. The instructions aren't clear either and it just causes this kind of issues over and over.

I've forced HTTPS for you, lib/G/G.php Line 113

upload_2017-10-19_15-0-48.png

If it helps, for the next update I will add a hack to force https so you won't have to worry about manually hacking this anymore.
 
To be honest is quite normal to get these issues with CloudFlare, they have issues with https and with that Rocket Loader thing. The instructions aren't clear either and it just causes this kind of issues over and over.

I've forced HTTPS for you, lib/G/G.php Line 113

View attachment 1510

If it helps, for the next update I will add a hack to force https so you won't have to worry about manually hacking this anymore.
Thanks Rod, I really appreciate it. I will continue to read and get a better understanding of the back end.
 
Sure, glad to help.

Keep in mind that in servers is always like this. There are so many layers involved and this kind of stuff happens. Lucky for you (and everybody) most stuff can be fixed or tempered in such way that you can get the thing working anyway.
 
Yeah I looked into it, I am stil new to the website world and not quite sure how to fix it. I will probably just kill the website since I keep running into problems.

I still have one free hosting package available. I have experience with Chevereto script, so should be able to get it sorted for you.
 
Status
Not open for further replies.
Back
Top