• Saving settings under SSL leads to blank page.

    Issue: Under some settings, especially when a website is set up under private_html, the SSL protocol is not being recognized correctly.
    Affected file: /plainview_sdk/plainview/base.php
    Affected row: #218

    Possible fix:
    #$ssl = ( $SERVER[ ‘SSL_PROTOCOL’ ] != ” );
    $ssl = ( $SERVER[ ‘SERVER_PORT’ ] == ‘443’ );

    https://www.ads-software.com/plugins/threewp-broadcast/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Daniel Sachs

    (@danielsachs)

    Or another possible fix:
    Possible fix:
    #$ssl = ( $SERVER[ ‘SSL_PROTOCOL’ ] != ” );
    $ssl = ( $SERVER[ ‘HTTPS’ ] != ” );

    Plugin Author edward_plainview

    (@edward_plainview)

    Thanks! Found it myself just a few hours ago.

    Will be fixed in next version (or in the current version, if you redownload it again).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SSL Support’ is closed to new replies.