Advertisement:

Author Topic: [Bug]Profile mixed content https  (Read 614 times)

miguelosclass

  • Newbie
  • *
  • Posts: 17
[Bug]Profile mixed content https
« on: August 02, 2018, 12:23:45 pm »
    I already reported this bug in the old version, but still continues in the 3.8.0 rc
    https://forums.osclass.org/3-7-x/bug-profile-mixed-content-https/


Quote
Two places with http://

2.143   <img src="http://www.gravatar.com/avatar/<?php echo md5( strtolower( trim( osc_user_email() ) ) ); ?>?s=120&d=<?php echo osc_current_web_theme_url('images/user_default.gif') ; ?>" />
 user-public-profile.php  -  3.500 bytes  -  Ôåô, 25.07.18 at 10:35  -Osclass.3.8.0\oc-includes\Osclass\Gui\

2.142   <img src="http://www.gravatar.com/avatar/<?php echo md5( strtolower( trim( osc_user_email() ) ) ); ?>?s=120&d=<?php echo osc_current_web_theme_url('images/user_default.gif') ; ?>" />
« Last Edit: August 02, 2018, 12:27:44 pm by miguelosclass »

muratbora

  • Full Member
  • ***
  • Posts: 234
Re: [Bug]Profile mixed content https
« Reply #1 on: October 29, 2018, 07:24:42 pm »
You need to open item-sidebar.php file, and change code as https:// manually

Athlas

  • Newbie
  • *
  • Posts: 4
Re: [Bug]Profile mixed content https
« Reply #2 on: October 29, 2018, 08:36:14 pm »

Aficionado

  • Guest
Re: [Bug]Profile mixed content https
« Reply #3 on: October 29, 2018, 08:38:21 pm »
Here is solution,try it


https://forums.osclass.org/general-help/problem-ssl-images/msg165312/

Not a solution. The solution is to manually do the changes in the php code of the script.

WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: [Bug]Profile mixed content https
« Reply #4 on: October 29, 2018, 11:41:08 pm »
Hello,

You can use whynopadlock.com to detect what resource uses http:// instead of https://.

Regards.