• Resolved perseusp

    (@perseusp)


    There are errors in mo-openid-social-login-functions.php

    Line> require(‘social_apps/’ . $appname . ‘.php’);
    $appname is empty when request go from Google or Facebook.

    REQUEST_URI not contain “openidcallback/google” OR “openidcallback/facebook”

    Temporary fix:
    strpos($_SERVER[‘REQUEST_URI’], “googleapis.com”)
    strpos($_SERVER[‘REQUEST_URI’], “openidcallback?code=”)

    • This topic was modified 6 years, 2 months ago by perseusp.
Viewing 1 replies (of 1 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hi,

    Thank you for reaching out to us.

    We are not able to reproduce the same issue in our instance. Please send us an email from the plug-in support form or contact us at the email address given on our website so that we can help you out.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘7.3.2 erros in require’ is closed to new replies.