I have a shared linux issue. I am facing an Warning: Cannot modify header information - headers already sent by (output started at /home/content/35/6684835/html/reg.php:1) in /home/content/35/6684835/html/reg.php on line 100. Someone suggest me that there is output buffering is off. So set it as off then this problem will be resolved. But it is share server on godaddy. I am unable to set output buffering off. So please help me what should i do. PHP is running on this server.
You can try this... http://www.karakas-online.de/EN-Book/change-php-parameters.html I cant guarantee it will work..
You should be talking with your host regarding this, as they would be the ones that know how the server is setup. Chris
This sounds like a problem with your script. What script is it? When did this error start happening? It means its trying to print out headers, and headers already were printed out the one time it was required. Could be its trying to redirect after printing out headers like it was expecting to output some html instead of redirecting