• Cannot login gives me this error:

    Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/content/85/8832885/html/wp-content/plugins/breadcrumb-navxt/breadcrumb-navxt.php on line 466

    • This topic was modified 7 years, 7 months ago by Steven Stern (sterndata). Reason: fixed title, removed bogus link, moved to "fixing"
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    That error message suggests your breadcrumb-navxt plugin to be the error.

    Access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/plugins/ and delete/rename the breadcrumb-navxt plugin.

    go to your database from phpMyadmin
    run this query
    UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
    Upon execution, this query will clear the active_plugins field of all active plugins, effectively disabling (without uninstalling or modifying) the entire set. This method is great if you plan to re-enable each plugin individually, after resolving issues with the website.
    this will let u login back in your dashboard

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

The topic ‘Syntax error’ is closed to new replies.