MyBB Community Forums

Full Version: JavaScript Report and RATE User not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
I have installed the new version 1.8.33 and the Report Thread and Rate User not norking.
First i though it was on my theme the error but it's general. I have tried many themes and also Default theme and it not working. 
Can someone solve this error? It can be a setting on SQL Mode or something on my server?
https://i.imgur.com/RGtTzFE.png

[Image: RGtTzFE.png]

Also on Profile page is not working:

https://i.imgur.com/6kKObO1.png

https://i.imgur.com/lHUXMGt.png
Maybe you have disabled JS in your browser??
(2023-01-20, 11:46 PM)SvePu Wrote: [ -> ]Maybe you have disabled JS in your browser??

 NO !!! 
bro... i'm trying to fix this problem by 3 days...
i have tried on another website and i don't see this problem.
ACP > Configuration > Site Details > make sure the Board URL uses https:// not http://

Confusing one as all the other links like for CSS are https://, but this one in the javascript isn't:

var rootpath = "http://privacy-mail.info/c2";

Then I noticed you're using Cloudflare which is probably rewriting the URLs in the HTML for links, but not here. So I think your Board URL just needs to be https://
OK, then maybe you have outdated theme templates, which prevents JavaScript from working.
(2023-01-21, 12:37 AM)Matt Wrote: [ -> ]ACP > Configuration > Site Details > make sure the Board URL uses https:// not http://

Confusing one as all the other links like for CSS are https://, but this one in the javascript isn't:

var rootpath = "http://privacy-mail.info/c2";

Then I noticed you're using Cloudflare which is probably rewriting the URLs in the HTML for links, but not here. So I think your Board URL just needs to be https://

Thank you so much!
I'm so stupid ! Yes, the problem was at the link... i used http:// instead https://
I lost 3 days.
When debugging JavaScript issues in future, right click and inspect element and look at the console, it was throwing an error saying a request from https:// couldn’t be made to http:// which highlighted the issue.