(BUGGY) Furnitures are cubes after SSL installed

uttmmmm5

Member
May 18, 2016
110
5
Hey there
I have a big problem.....
i bought a ssl certificate and change every link in my cms from http:// to https:// ...
Everything is working fine but not the client...
There are a few furnitures that are cubes now! But not all, just a few...
Does someone know what i've done wrong and can tell me how i can fix that?

Screenshot:
Thanks you!!
 

uttmmmm5

Member
May 18, 2016
110
5
google console any errors? did u edit override too?
The override files are empty.
I simply replaced every http:// with https:// !
These are the things that are showed in the console of google chrome:
Screen 1:
Screen 2:
and many of these: &
 

uttmmmm5

Member
May 18, 2016
110
5
Did you enable cors?
cors? Can you explain me what cors is and where i must enable it? @Sentinel

Allow/enable ... don't know what cors are xD
Must i allow them? If yes, how i allow them?
 
I explain what i did possibly you can see then what i've forgot.

I bought a ssl certificate directly on cloudflare. (there is my website already put as hostname)
Then i press CRTL+F in notepad and in this window i switched to "replace in files" and replaced every "http://" with "https://" !
Then i activate "Always use https" on cloudflare.
Then i activate "auto rewrite https" on cloudflare.
SSL Mode to "flexible" cause "full" isn't working.

Does Somebody see where i forgot something ?
 

MayoMayn

BestDev
Oct 18, 2016
1,423
683
cors? Can you explain me what cors is and where i must enable it? @Sentinel

Allow/enable ... don't know what cors are xD
Must i allow them? If yes, how i allow them?
 
I explain what i did possibly you can see then what i've forgot.

I bought a ssl certificate directly on cloudflare. (there is my website already put as hostname)
Then i press CRTL+F in notepad and in this window i switched to "replace in files" and replaced every "http://" with "https://" !
Then i activate "Always use https" on cloudflare.
Then i activate "auto rewrite https" on cloudflare.
SSL Mode to "flexible" cause "full" isn't working.

Does Somebody see where i forgot something ?
Go through your text files, because sometimes the files doesn't even contain http:// but only //
 
Also crossdomain.xml is missing, which most likely allows CORS
 

uttmmmm5

Member
May 18, 2016
110
5
Go through your text files, because sometimes the files doesn't even contain http:// but only //
 
Also crossdomain.xml is missing, which most likely allows CORS
The "crossdomain.xml" Error i've fixed now.
I will look through my files after work and tell you then if it works now or not.
 
Go through your text files, because sometimes the files doesn't even contain http:// but only //
 
Also crossdomain.xml is missing, which most likely allows CORS
It works man, thank you! I forgot a few links that haven't http:// in front :)
 

Users who are viewing this thread

Top