Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Mo0nlight Moderator
    #1002979

    Hi,

    Could you update the URL of page where the error can be seen?

    Regards

    ppnilsson Friend
    #1003805
    This reply has been marked as private.
    Mo0nlight Moderator
    #1003944

    Hi,

    You can try this tweak:

    Edit the file : plugins/system/system_jacomment/system_jacomment.php

    Look for:

    $_root = $uri->getScheme() . $scheme;
    
                    if(!defined('JACOMMENT_GLOBAL_JS')){          

    Change to

    $_root = $uri->getScheme() . $scheme;
                    $_root = JURI::base();
                    if(!defined('JACOMMENT_GLOBAL_JS')){          

    If it doesn’t work, you can provide the Admin & FTP account via PRIVATE reply so I can check for you.

    Regards

    ppnilsson Friend
    #1004898

    seems to work, many thanks

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  ppnilsson 7 years, 3 months ago.

The topic ‘mixed content using JA Comments and HTTPS’ is closed to new replies.