When I uploaded my site to the server I got these errors.
Warning: Cannot modify header information – headers already sent by (output started at /home/content/j/o/u/jou/html/biggydaddy/wp-config.php:25) in /home/content/j/o/u/jou/html/biggydaddy/wp-login.php on line 12
I understand the reasons behind them, but in my localhost this warning not shown.
How do I display those errors?
1)This error comes when you print any thing before php hreader command
Please check for any
echo or print / print_r .. (or may be White Space)2)
You need to set both error_reporting and display_errors. These can be set in php.ini, in Apache (if you’re using PHP as an Apache module) or during run-time, though if you set it during run-time then it won’t effect some types of errors, such as parse errors.