Hey @gemdris,
if you are unable to access the WP admin page, my advice is to disable all plugins by renaming them via FTP (or any file manager) to something like “_plugin”. Then you should be able to access WP admin again and continue debugging your issue.
Regards.
Hi @gemdris,
We can disable all the plugins manually from the phpMyadmin. Once login into the phpMyadmin please enter into your Database.
In the Database you can see the table wp_options, In the table wp_options, under the option_name column find the active_plugins field.
On this row, change the option_value field to: a:0:{}. Save the changes and this will deactivate all plugins.
Now, you can go to your admin panel Dashboard > Plugins and activate your all pligins.
Hope this might be helpful to you!
Thanks
-
This reply was modified 5 years ago by
elangovan.
Thank you! The FTP option has worked!