Ah I see. In that case, it might be a plugin that is causing the issue. Though I know you are unable to access the back end of the site at the moment, do you remember adding any new plugins to the site recently or remember any existing plugins updating?
If not, that's fine, but you may need to access the backend of the site via sftp and disable your plugins to see if this amends the issue.
Here are steps on how to do so:
Steps to Deactivate and Reactivate WordPress Plugins via SFTP:
- If you cannot login to your WordPress Admin panel, access your site using an SFTP client like WinSCP or Filezilla.
- Connect to your website using the SFTP client (you can access your SFTP credentials from within your Ezoic dashboard under Settings > Hosting > WP Hosting Dashboard > Manage Credentials).
- Navigate to the "/html/wp-content/" directory in your website's file structure.
- Locate the "plugins" folder within the "wp-content" directory.
- To deactivate all plugins, rename the "plugins" folder to "plugins_old".
- To deactivate a specific plugin, open the "plugins" folder and find the folder corresponding to the particular plugin you 7. want to deactivate. Rename this folder by adding "_old" at the end of its name.
- To reactivate all plugins, change the name of the "plugins_old" folder back to "plugins".
- If you encounter login issues or other problems, start by deactivating all plugins as mentioned in step 5, and check if the issue persists.
- If the issue remains, rename the "plugins" folder again to "plugins_old" and begin reactivating individual plugins one by one.
Repeat step 8 after reactivating each plugin until you identify the specific plugin causing the problem.