Moderator
t-p
(@t-p)
Try to edit wp-config.php. Before saving (or save as) ensure the file encoding is UTF-8, not UTF-8 BOM. This helped here.
If your editor show any characters before <?php at start of line 1, remove these and save.
Thread Starter
CDGi
(@cdgi)
I tried that and it still has the error.
Thread Starter
CDGi
(@cdgi)
This is the warning I get when I rename my plugins to see what isn’t working…..Warning: Cannot modify header information - headers already sent by (output started at E:\wwwroot\www.cinemadesigngroup.com.wordpress\wp-load.php:170) in E:\wwwroot\www.cinemadesigngroup.com.wordpress\wp-login.php on line 431 Warning: Cannot modify header information - headers already sent by (output started at E:\wwwroot\www.cinemadesigngroup.com.wordpress\wp-load.php:170) in E:\wwwroot\www.cinemadesigngroup.com.wordpress\wp-login.php on line 444
Moderator
t-p
(@t-p)