PDA

View Full Version : problem with ssl


Netjummer
07-19-2017, 04:17 AM
hello i have add the ssl in my forum
i get this error

Mixed Content: The page at 'https://www.hellas-music-forum.com/forum.php' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js'. This request has been blocked; the content must be served over HTTPS.

i dont know how to fix this
pls help

thanks a lot

Dave
07-19-2017, 12:20 PM
Go to your AdminCP > Settings > Options > Server Settings and Optimization Options:
Custom Remote jQuery Path > https://cdn.jsdelivr.net/jquery/{version}/jquery.min.js

--

If that doesn't work, you have it manually included in one of your templates so use the template search function to look for it and change http to https.

Netjummer
07-20-2017, 03:03 PM
hello Dave thanks for the answear

today i get this error

Uncaught TypeError: $(...).tooltip is not a function
at <anonymous>:2:23
at Function.globalEval (jquery.js:661)
at HTMLScriptElement.evalScript (jquery.js:552)
at Function.each (jquery.js:692)
at init.domManip (jquery.js:526)
at init.append (jquery.js:253)
at init.html (jquery.js:488)
at Object.complete (jquery.js:3267)
at complete (jquery.js:3655)
at onreadystatechange (jquery.js:3607)

Brandon Sheley
07-21-2017, 10:35 AM
You didn't edit an actual .js file right?

Just needed to change http to https in your OP

Netjummer
07-22-2017, 05:21 AM
in your OP

whear i find this ?