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