Mixed Content errors
-
I’m using version 1.0.13 of easyrotator. In file easyrotator.php at lines 135 and 139 you are attempting to load jquery-ui stylesheets from ajax.googleapis.com. Unfortunately you are using the http protocol. On an site that uses SSL this results in a “Mixed Content” error and the system refuses to load the stylesheets. ajax.googleapis.com does support the https protocol and that is what should be used.
I have verified that changing these two lines from “http:” to “https:” does solve the problem on an SSL system and that it does not cause any issues on a non-SSL site.
Thanks, Max
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mixed Content errors’ is closed to new replies.