Hi @dole
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).
Have a nice day
Thread Starter
dole
(@dole)
Hi @amieiro thanks for reply!
connected to server via sFTP. Navigated to WP-content folder and renamed plugins folder -> plugins.hold.
This doesn’t help.
Then navigated to themes folder and renamed active themes folder -> square.old.
This also doesn’t help.
Is there any other option?
Thanks a lot 😉
Thread Starter
dole
(@dole)
hmm, is there possibility that my admin page is deleted and I need to create a new one? (guess this is silly question, but still)…
Hi @dole
Make a backup and reinstall WordPress (without deleting de database).
Have a nice day
Thread Starter
dole
(@dole)
Hi @amieiro! Problem is solved. I accessd DB via phpMyAdmin and edited option value as mentioned in link you provided.
Sometimes it may be necessary to deactivate all plugins, but you can’t access the Administration Screens to do so. One of two methods are available to deactivate all plugins.
Use phpMyAdmin to deactivate all plugins.
In the table wp_options, under the option_name column (field) find the active_plugins row
Change the option_value field to: a:0:{}
Thanks a lot
have a nice day 😉