Your Time:
Our Time:
← Back to discussions

"HTTP" to the "HTTPS"

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 13 replies, 3 voices, and was last updated 10 years ago by Anonymous.

  • 2016-09-01 at 10:53 pm
    Support Expired
    #16376
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hello,

    We bought your plugin we are very happy.
    The only problem the site does not go into full HTTPS?

    the lock is not in green
    On the pages here

    “testimonials.php”
    “randomreview.php”
    “fadereview.php”

    Do you have another solution?

    To Replace
    echo '<link href="'. $script_url .'css/testimonials.css" rel="stylesheet" property="stylesheet" type="text/css" />';

    By ?
    echo '<link href="https://www.domaine.eu/css/testimonials.css" rel="stylesheet" property="stylesheet" type="text/css" />';

    Do you have a solution for the upload directory and images

    single.php:169 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu/upload/115057Geoffrey-400x380.png'. This content should also be served over HTTPS.
    single.php:172 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu//images/rating_5.png'. This content should also be served over HTTPS.
    single.php:172 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu/upload/1952247.png'. This content should also be served over HTTPS.
    single.php:173 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu//images/rating_5.png'. This content should also be served over HTTPS.
    single.php:184 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu/upload/1952247.png'. This content should also be served over HTTPS.
    single.php:185 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu//images/rating_5.png'. This content should also be served over HTTPS.

    Thank you

    2016-09-02 at 12:27 pm
    #16383
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    What type of script url is showing at your side? Is it echo '<link href="http://www.domaine.eu/css/testimonials.css" rel="stylesheet" property="stylesheet" type="text/css" />'; or echo '<link href="https://www.domaine.eu/css/testimonials.css" rel="stylesheet" property="stylesheet" type="text/css" />'; ?

    Regarding upload directory and images, I have no idea.

    2016-09-02 at 7:50 pm
    Support Expired
    #16391
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    HI,

    we spent our site in https
    is since we have warnings

    single.php:169 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu/upload/115057Geoffrey-400x380.png'. This content should also be served over HTTPS.
    single.php:172 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu//images/rating_5.png'. This content should also be served over HTTPS.
    single.php:172 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu/upload/1952247.png'. This content should also be served over HTTPS.
    single.php:173 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu//images/rating_5.png'. This content should also be served over HTTPS.
    single.php:184 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu/upload/1952247.png'. This content should also be served over HTTPS.
    single.php:185 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu//images/rating_5.png'. This content should also be served over HTTPS.

    On the pages here

    “testimonials.php”
    “randomreview.php”
    “fadereview.php”

    <?php
    
    // Code for including the function file, it has Setting and User Details
    require_once('include/function.php');
    require_once('common.php');
    
    echo '<link href="'. $script_url .'/css/testimonials.css" rel="stylesheet" property="stylesheet" type="text/css" />';

    To Replace
    . $script_url .

    URL of the site? exemple
    domaine.eu

    final ?
    echo '<link href="https://www.domaine.eu/css/testimonials.css" rel="stylesheet" property="stylesheet" type="text/css" />';

    Thank you

    • This reply was modified 10 years ago by hostingames. Reason: edit
    • This reply was modified 10 years ago by hostingames.
    2016-09-02 at 8:41 pm
    Support Expired
    #16394
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    I also assumed here to be changed by URL of our site in HTTPS?

    single.php:172 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu//images/rating_5.png'. This content should also be served over HTTPS.
    single.php:173 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu//images/rating_5.png'. This content should also be served over HTTPS.
    single.php:184 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu/upload/1952247.png'. This content should also be served over HTTPS.
    single.php:185 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu//images/rating_5.png'. This content should also be served over HTTPS.

    or just add an “s” $script_url by ? $script_urls

    common.php

    class ATM_Rating {
    	
    	public function get_rate($rank = null,$script_url) 
     	{ 
    		// When this function is called switch condition executes to display the ratings
    		switch ( $rank ) {
    			case '5':
    				echo '<img src="'. $script_url .'/images/rating_5.png" alt="5" class="ratings" />';
    				break;
    			case '4':
    				echo '<img src="'. $script_url .'/images/rating_4.png" alt="4" class="ratings" />';
    				break;
    			case '3':
    				echo '<img src="'. $script_url .'/images/rating_3.png" alt="3" class="ratings" />';
    				break;
    			case '2':
    				echo '<img src="'. $script_url .'/images/rating_2.png" alt="2" class="ratings" />';
    				break;
    			case '1':
    				echo '<img src="'. $script_url .'/images/rating_1.png" alt="1" class="ratings" />';
    				break;
    		}	
    	}
    }

    here if I replace this '. $script_url .' with https://www.domaine.eu/
    more warnings?

    class ATM_Rating {
    	
    	public function get_rate($rank = null,$script_url) 
     	{ 
    		// When this function is called switch condition executes to display the ratings
    		switch ( $rank ) {
    			case '5':
    				echo '<img src="https://www.domaine.eu/images/rating_5.png" alt="5" class="ratings" />';
    				break;
    			case '4':
    				echo '<img src="https://www.domaine.eu/images/rating_4.png" alt="4" class="ratings" />';
    				break;
    			case '3':
    				echo '<img src="https://www.domaine.eu/images/rating_3.png" alt="3" class="ratings" />';
    				break;
    			case '2':
    				echo '<img src="https://www.domaine.eu/images/rating_2.png" alt="2" class="ratings" />';
    				break;
    			case '1':
    				echo '<img src="https://www.domaine.eu/images/rating_1.png" alt="1" class="ratings" />';
    				break;
    		}	
    	}
    }

    needs to change script
    by
    HTTPS URL of the site?

    not found for the other warnings?
    or remove the testimonials?

    single.php:169 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu/upload/115057Geoffrey-400x380.png'. This content should also be served over HTTPS.
    single.php:172 Mixed Content: The page at 'https://www.domaine.eu/single.php' was loaded over HTTPS, but requested an insecure image 'http://www.domaine.eu/upload/1952247.png'. This content should also be served over HTTPS.
    2016-09-05 at 10:10 pm
    Support Expired
    #16408
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Still waiting support

    2016-09-06 at 5:43 pm
    Support Expired
    #16443
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hello,

    on the whole site no green padlock in the address bar
    the problem comes from four pages here
    testimonials.php,fadereview.php,randomreview.php,common.php

    because the urls images are “http” in place of “https”
    rating

    I replace it “$script_url” by website url? example mon-domaine.com
    or add an “s” on “$script_urls”

    class ATM_Rating {
    	
    	public function get_rate($rank = null,$script_url) 
     	{ 
    		// When this function is called switch condition executes to display the ratings
    		switch ( $rank ) {
    			case '5':
    				echo '<img src="'. $script_url .'/images/rating_5.png" alt="5" class="ratings" />';
    				break;
    			case '4':
    				echo '<img src="'. $script_url .'/images/rating_4.png" alt="4" class="ratings" />';
    				break;
    			case '3':
    				echo '<img src="'. $script_url .'/images/rating_3.png" alt="3" class="ratings" />';
    				break;
    			case '2':
    				echo '<img src="'. $script_url .'/images/rating_2.png" alt="2" class="ratings" />';
    				break;
    			case '1':
    				echo '<img src="'. $script_url .'/images/rating_1.png" alt="1" class="ratings" />';
    				break;
    		}	
    	}
    }

    because url upload directory are “http” in place of “https”
    in files

    I replace it “$img_url” by website url? example mon-domaine.com
    or add an “s” on “$img_urls”

    echo '<img src="'. $img_url.'/'.$row['photoname'].'" width="50" alt="" />';

    url css / testimonials.css are “http” in place of “https”

    I replace it “$script_url” by website url? example mon-domaine.com
    or add an “s” on “$script_urls”

    echo '<link href="'. $script_url .'css/testimonials.css" rel="stylesheet" property="stylesheet" type="text/css" />';

    thank you

    2016-09-08 at 5:26 am
    Support Expired
    #16455
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hello,

    Your plugin is not compatible with https !!!
    Do you have a plan to fix this in future updates?
    Not a lot of response on the support
    Find me a quick fix please

    Thank you

    2016-09-08 at 12:03 pm
    #16459
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    The plugin is compatible but i think you have taken the ssl later after the installation process. The script URL path has to be changed with the SSL URL. Anyway we will consider adding a new function and will update on this soon for you.

    2016-09-08 at 6:19 pm
    Support Expired
    #16460
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hi, how are you

    in how many days? the new function
    add the new function here

    please thank you

    2016-09-09 at 1:21 am
    Support Expired
    #16464
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hello,
    thanks for the update
    normal or not normal
    in my dashboard we always version “5”
    instead of “5.1” version that should show?
      thank you.

    2016-09-09 at 3:07 pm
    #16468
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    while changing the config file you should make sure that this line shouldn’t change.

    $new_version = '5.1'; // Do not edit this line

    Then it will show you the update option and the correct version.

    2016-09-09 at 9:45 pm
    Support Expired
    #16475
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    I have not not change config.php

    $new_version = ‘5.0’; // Do not edit this line

    2016-09-12 at 9:05 pm
    Support Expired
    #16489
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    hi,

    I have not not change “config.php”

    $new_version = ‘5.0’; // Do not edit this line

    thank you.

    2016-09-14 at 11:16 am
    #16506
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    We are going to make an update for this script soon.

You must be logged in to reply to this topic.