• Resolved imburt

    (@imburt)


    Hi.

    After activation of the plugin if I logout or login upon submit I get a blank page?

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

    (@imburt)

    I’m using it on a local host using bitnami if this makes a difference?

    Plugin Author Faiyaz Alam

    (@faiyazalam)

    I am unable to reproduce the bug.
    I think there is a conflict between this plugin and the plugins you already installed.

    This is affecting me in the same situation. It’s a compatibility issue with PHP 7.

    • This reply was modified 7 years, 7 months ago by Jeff Rose.
    Plugin Author Faiyaz Alam

    (@faiyazalam)

    In the file \user-login-history\lib\functions.php, replace the following code
    `if (eregi($pattern, $userAgent)) {
    return $browser;
    }`

    with

    ` if (preg_match(“/$pattern/i”, $user_agent)) {
    return $browser;
    }`

    Thanks for the reply, this does seem to work properly!

    Plugin Author Faiyaz Alam

    (@faiyazalam)

    thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blank screen after login’ is closed to new replies.