Osclass forums

Support forums => General help => 3.8.x => Topic started by: miguelosclass on August 02, 2018, 12:23:45 pm

Title: [Bug]Profile mixed content https
Post by: miguelosclass 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') ; ?>" />
Title: Re: [Bug]Profile mixed content https
Post by: muratbora on October 29, 2018, 07:24:42 pm
You need to open item-sidebar.php file, and change code as https:// manually
Title: Re: [Bug]Profile mixed content https
Post by: Athlas on October 29, 2018, 08:36:14 pm
Here is solution,try it


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

Title: Re: [Bug]Profile mixed content https
Post by: Aficionado on October 29, 2018, 08:38:21 pm
Here is solution,try it


https://forums.osclass.org/general-help/problem-ssl-images/msg165312/ (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.
Title: Re: [Bug]Profile mixed content https
Post by: WEBmods on October 29, 2018, 11:41:08 pm
Hello,

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

Regards.