Hello. My forum was working just fine earlier today but then i logged onto it today and randomly get this now: Warning: Cannot modify header information - headers already sent by (output started at /home/tweakko/public_html/forum/admin/extensions/coreVariables.php:1) in /home/tweakko/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 109 Warning: Cannot modify header information - headers already sent by (output started at /home/tweakko/public_html/forum/admin/extensions/coreVariables.php:1) in /home/tweakko/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 120 Warning: Cannot modify header information - headers already sent by (output started at /home/tweakko/public_html/forum/admin/extensions/coreVariables.php:1) in /home/tweakko/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 129 Warning: Cannot modify header information - headers already sent by (output started at /home/tweakko/public_html/forum/admin/extensions/coreVariables.php:1) in /home/tweakko/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 130 Warning: Cannot modify header information - headers already sent by (output started at /home/tweakko/public_html/forum/admin/extensions/coreVariables.php:1) in /home/tweakko/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 134 Code (markup): I did get an email from my host provider that he is moving everything to be a bigger server, would this explain why I have these errors all of a sudden? or did something get messed up?
Don't be ashamed. They really know what they're doing and they don't judge you for any of their support.
Why did you post here before posting on IPS's forums? You'd get a better answer from them, and as said above, they don't bite.
Can you send me your code at vaibhavranglani[at]raveportal[dot]com Also as a primary option, check before using the header statement in your php code you are not doing any echo statement or anything that outputs to a screen. Also if you are doing a redirect try using javascript to redirect rather than using the header function.