Moderator
t-p
(@t-p)
Thank you for the prompt reply. in my case am unable to figure out which theme/plugin is causing the error.
Should i just make changes to the pluggable.php line no 1216? can you through some light on which file and what I should be changing please.
Using FTP or SFTP I’d try adding-
define('WP_DEBUG', true);
to your wp-config.php file and visit the site again and hope the debug message reveals the problematic plugin or theme.
If it does you can use FTP or SFTP to deactivate the plugin or theme by changing the name to their folder.
Steps to follow in order to deactivate (disable) WordPress plugin manually via FTP or SFTP:
1) Download and install FTP client (ex. Filezilla).
2) Open FTP or SFTP client and enter your credentials (host, username, and password) to access files on your server.
3) Navigate to ‘wordpresswebsite/wp-content/plugins’ directory.
4) Disable necessary plugin by renaming its folder.
thank you, I tried doing that and that how I got the warning message
Warning: Cannot modify header information – headers already sent by (output started at /home/content/n3pnexwpnas01_data02/01/3562001/html/wp-config.php:1) in /home/content/n3pnexwpnas01_data02/01/3562001/html/wp-includes/pluggable.php on line 1216
I will give the plugins disable a go.thanks a lot