Are you using a proxy like CloudFlare? If so, is it connecting to your server via HTTPS?
If you're not using a proxy, what web server are you using?
I can see blocked requests in the console due to mixed content errors.
What do you have set for the board URL?
Have you updated it to https?
Did you enable image proxy? Goto ACP> Options> Messages> then turn on proxy images.
EDIT* just notice 1.3 Don't know if this feature is in there or not.
That needs to be your full URL I would say with httpsBoard URL
/admin.php?options/list/basicBoard
Set to http://
Try adding this
to config.php afterPHP:$_SERVER["HTTPS"] = "on";
PHP:<?php
Indeed, we faced similar issues.. You must adjust the board to https too, not just http.;
https://your-site/admin.php?options/list/basicBoard
Board URL - httpS://your-domain.com/
$_SERVER["HTTPS"] = "on";
Even this is fixed? or still occurring?I also noticed adding this code broke the ability to post prior to this.
Even this is fixed? or still occurring?
That needs to be your full URL I would say with https
https://yoursite.com
Indeed, we faced similar issues.. You must adjust the board to https too, not just http.;
https://your-site/admin.php?options/list/basicBoard
Board URL - httpS://your-domain.com/
Try adding this
to config.php afterPHP:$_SERVER["HTTPS"] = "on";
PHP:<?php
Indeed, we faced similar issues.. You must adjust the board to https too, not just http.;
https://your-site/admin.php?options/list/basicBoard
Board URL - httpS://your-domain.com/
We use essential cookies to make this site work, and optional cookies to enhance your experience.