• PHP Fatal error: Uncaught Error: Call to undefined function _samesite_setcookie() in /home/[..]/public_html/wp-content/plugins/samesite/samesite.php:154

    WP 5.1.1
    PHP 7.3.4
    Multisite (logging in to main site)
    Using Two factor auth

Viewing 3 replies - 1 through 3 (of 3 total)
  • As Knut explains above, _samesite_setcookie() is not a function. However looking at the code it appears that samesite_setcookie() is the function. When changing _samesite_setcookie() to samesite_setcookie() it does not let your proceed/login once typing in the username, password and hitting submit.

    Plugin Author Ayesh Karunaratne

    (@ayeshrajans)

    Hi @woogieo1 and @knutsp – Thanks for the ticket and follow-up. I had not subscribed to issues (I have now).

    I’m sorry about this embarrassing issue – This plugin only has 2 functions and 50% of them were named incorrectly ??.

    I have double checked and cut a new v1.1 release with fixes. Please try out and let us know.

    Cheers.

    Hi Ayesh.

    That does resolve the Fatal error upon login error. Thanks.

    However it just won’t let us log in unless we disable the plugin.
    Will start a new support thread for that issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error upon login – WSOD’ is closed to new replies.