Eliminating mixed HTTPS and HTTP content -- http://{jquery} issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • codeleakers
    New Member
    • Sep 2011
    • 8
    • 4.1.x

    Eliminating mixed HTTPS and HTTP content -- http://{jquery} issue

    I switched my forum over to https. I have one file that's being served through http and its http://ajax.googleapis.com/ajax/libs....3.2/jquery.js

    here is the block of code in which it resides in forum.php:

    Code:
    </style>
    <script type="text/javascript" src="clientscript/sc_thumbs.js"></script>
    [COLOR=#FF0000]<script type="text/javascript"  src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script>   [/COLOR]
    <script type="text/javascript">
        <!--
            $(function()
            {
                $('.subforumlist').removeClass('commalist');
                $('.subforumlist').addClass('column3');
                $('.forumdata').addClass('forumdata');
                $('.datacontainer').addClass('datacontainer');
                
            })
        // -->
    
     </script>

    I have disabled serving jquery remotely. I have tried a custom URL for serving jquery. YUI is served locally.I have serached in templates. I have grepped the URL on the server.
    I have disabled all hooks. Nothing I have tried has eliminated the problem.

    Files are currently not being cached for debugging purposes.

    I am at wits end.

    How do I find what's calling this URL? I'm willing to give any and all information necessary....

    Thanks in advance...
  • codeleakers
    New Member
    • Sep 2011
    • 8
    • 4.1.x

    #2
    I have disabled the sc_thumbs.. plugin btw.

    http://ajax.. link still showing up

    Comment

    • codeleakers
      New Member
      • Sep 2011
      • 8
      • 4.1.x

      #3
      ok instead of just saying FOUND IT and having the thread closed, i found the culprit.

      i have Product : Hasann - Sub-Forum Manager installed.

      open the plugin manager and edit this plugin to serve the https:// version or protocol-less link.

      this thread can be closed. thanks for the help everyone /s

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...