• Resolved tdechangy

    (@tdechangy)


    Hi, since a couple weeks I see this error message :

    Fatal error: Uncaught Error: Call to undefined function is_user_logged_in() in /home/siccclic/public_html/lemaitreantiques.com/wp-content/plugins/wp-cerber/cerber-load.php:5459

    Stack Trace
    1.
    cerber_error_shield(‘1’)
    /home/siccclic/public_html/lemaitreantiques.com/wp-content/plugins/wp-cerber/cerber-load.php:5449
    2.
    {closure}()
    [internal function]:0
    3.
    {main}
    thrown in /home/siccclic/public_html/lemaitreantiques.com/wp-content/plugins/wp-cerber/cerber-load.php on line 5459

    Here is the function I see there :

    	if ( ! $mode || ( crb_get_settings( 'tierrnoauth' ) && is_user_logged_in() ) ) {
    		return;
    	}

    Any suggestion or update to expect ?

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

    (@tdechangy)

    Finally, after a couple of other plugins updates, it seem to work smoothly again. I was surprised to see that such a line could bring an issue..

    Plugin Author gioni

    (@gioni)

    Hi! I believe it was caused by a conflict with another plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Call to undefined function is_user_logged_in()’ is closed to new replies.