#287 - Error after SSL/TLS (HTTPS) Configuration from an https site

This is a spacer post for a website comment topic. The content this topic relates to: #287 - Error after SSL/TLS (HTTPS) Configuration from an https site
In sources/global2.php change...

substr($base_url,strlen('http://'))

to

preg_replace('#^\w*://#','',$base_url)

--

This bug has happened because you've configured a base URL (when installing, not when debranding) that is https://, but you've also turned on SSL pages and it's making the false assumption it has to convert an http:// URL into an https:// URL.
0 guests and 0 members have recently viewed this.