• Resolved semiii123

    (@semiii123)


    Well hello there,
    I searched other topics with the same problem but they were not all the same and ain’t got a solution..
    So my problem is that I can’t access my website not at all, I just get this error message?

    “Parse error: syntax error, unexpected ‘)’, expecting (T_PAAMAYIM_NEKUDOTAYIM) in /home2/murataslan/public_html/semihaslan.com/wp-content/plugins/pdf-light-viewer/controllers/Plugin.php on line 428

    Fatal error: Call to undefined function is_user_logged_in() in /home2/murataslan/public_html/semihaslan.com/wp-content/mu-plugins/endurance-page-cache.php on line 370”

    Any help or solution out here?
    Thanks in advance 🙂

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @semiii123,

    In order to regain access to your site, you should log via FTP and remove the mu-plugin /wp-content/mu-plugins/endurance-page-cache.php

    Is it some custom code you added? I see that it is calling a WP built-in method is_user_logged_in().
    It should be defined, so I suspect you are invoking it before WP is fully loaded. If that is the case, you may want to move that piece of code into a hook handler.

    Let me know if you need further help.
    Take care

    You could also login to your cPanel account (your hosting control panel) and use File Manager to rename or delete the culprit plugin(s) as sjaure suggested above.

    Thread Starter semiii123

    (@semiii123)

    Thank you!!
    I first deleted the cache which you said but that didn’t fix it. I just deleted the whole plugin from the list and voila it worked. Thank you guys again, it’s resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can’t access website or admin panel due plugin error(parse/fatal error)’ is closed to new replies.