The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mixed content for p01-contact
#1
I'm helping someone with their get-simple website, normally I'm a WordPress user. 

I installed a let's encrypt certificate, changed the website basis URL to https, added to .htaccess. All pages of the website are https now, except the page with a p01-contact form. There I have mixed content, I get this error in the console:


Quote:Mixed Content: The page at 'https://bradom.be/contact/' was loaded over HTTPS, but requested an insecure stylesheet 'http://bradom.beplugins/p01-contact/style.css'.

I installed the force HTTPS plugin, but that doesn't solve the problem.

What can I try next? Thanks!
Reply
#2
Hi,
The mixed content message is well known.
It is not really a problem but simply somewhere in your website
a leftover url that needs to be changed from http to https.

First, you can try Carlos plugin to fix it. This plugin is meant to be used
to migrate a website to a domain with a new url. Since your old url starts
with http and your new url starts with https you can use this plugin also
in this case.

http://get-simple.info/forums/showthread.php?tid=5061

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

If that does not work then second, open all files from the p01-contact plugin
in an editor and update the URls in these files using search - replace ...
so let the editor search for http and replace it with https
Reply
#3
Thumbs Up 
Thanks a lot! Found the http in the plugin files and replaced it with https. Solved  Smile
Reply




Users browsing this thread: 1 Guest(s)