Thread Starter
Wil
(@wildevries)
I tried it again and yes it a problem with your update….
I don’t see this issue on any of the sites I manage, so I can’t reproduce it.
Some questions that might help to track down the cause:
– 2.5.17 does not have this problem? Or do you have an earlier version in use?
– What kind of error do you see, blank screen, redirect loop, broken styling?
– Do you have a multisite setup?
– Do you have android or iphone?
– What kind of redirect do you use, wp redirect, htaccess redirect?
The following changes that could be applicable here were introduced in 2.5.18:
– mixed content fixer hook was changed
– some multisite changes (hence the question)
Can you check if https://really-simple-ssl.com loads on your phone? It’s running on 2.5.18 as well.
I can think of only one thing that might cause an issue: as the hook for the mixed content fixer is changed to template_redirect, to prevent issues with json requests etc, maybe on your site it conflicts now with some other code.
If that happens, your mixed content wont’ be fixed, causing styling to break.
I have committed a change to github that gives the option to change the hook:
If you put:
define(‘RSSSL_CONTENT_FIXER_ON_INIT’, true);
Into your wp-config.php, and use the mixed-content-fixer.php from github:
https://github.com/rlankhorst/really-simple-ssl
You should be able to keep on using the previous hook.
Thread Starter
Wil
(@wildevries)
Hello Rogier,
I wait with updating till other plugins were updated. And know it works fine. It has to be an issue between some plugins.
Thanks for support!
Thanks for the update! Glad it’s working now.