wp-config.php
- Go to the Plugins » Installed Plugins page.
- Select all the installed plugins and then select ‘Deactivate’ under ‘Bulk Actions’ drop-down.
- This will prevent all plugins from being loaded and will allow you to determine if a plugin is causing the issue.
- If this fixes the issue, then enable one plugin at a time to know the plugin causing the issue.
- Once you find the plugin causing the issue, you can uninstall and reinstall it or report the issue to the plugin developers.
- First, connect to your website using an FTP client and go to the /wp-content/themes/ folder. It contains all installed themes on your website.
- Download the current theme as a backup by right-clicking to select, then proceed to download it to your computer.
- Proceed to delete the theme folder by selecting ‘Delete’
- Take a look at your theme’s functions.php file. If there are extra spaces at the bottom of the file, then you need to remove those, and sometimes that should fix the issue.
Locate the wp-config.php file in the root folder(public_html folder) of your website
Enable the WP_DEBUG mode by adding/editing the code below.
wp-config.php