Osclass forums
Support forums => General help => 3.8.x => Topic started 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/
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') ; ?>" />
-
You need to open item-sidebar.php file, and change code as https:// manually
-
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/)
-
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.
-
Hello,
You can use whynopadlock.com to detect what resource uses http:// instead of https://.
Regards.