• Resolved Wil

    (@wildevries)


    2.15.18 update. I update my plug-in and something went wrong. I couln’t see my site anymore on the phone.
    I put back a back-up before updating and there was my site on the phone.
    Do you know if its a problem with the update

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Wil

    (@wildevries)

    I tried it again and yes it a problem with your update….

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    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)

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Can you check if https://really-simple-ssl.com loads on your phone? It’s running on 2.5.18 as well.

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    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!

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Thanks for the update! Glad it’s working now.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Phone’ is closed to new replies.