SOMETHING WRONG WITH SITE !

My site rexently started giving lots of errors which never happened before, and now the website twitches and the size of the font changed from normal to huge! Please help.

I do the maintenance in admin panel atleast every other day. But it still goes crazy…

Never happened before!

My site rexently started giving lots of errors which never happened before, and now the website twitches and the size of the font changed from normal to huge! Please help.

I do the maintenance in admin panel atleast every other day. But it still goes crazy…

Never happened before!

No one could possibly help you if you don’t include the error codes you are getting and maybe a link to your site ect…

No one could possibly help you if you don’t include the error codes you are getting and maybe a link to your site ect…

Site : www.brtvirtualairlines.com

Have a look on the frontpage the font is huge!

And it has many errors.

Sometimes even on the top of the page

[b]Warning[/b]: session_start() [[url="http://www.brtvirtualairlines.com/function.session-start"]function.session-start[/url]]: Cannot send session cookie - headers already sent by (output started at /home/brtvirtu/public_html/index.php:11) in [b]/home/brtvirtu/public_html/core/codon.config.php[/b] on line [b]40[/b]

[b]Warning[/b]: session_start() [[url="http://www.brtvirtualairlines.com/function.session-start"]function.session-start[/url]]: Cannot send session cache limiter - headers already sent (output started at /home/brtvirtu/public_html/index.php:11) in [b]/home/brtvirtu/public_html/core/codon.config.php[/b] on line [b]40[/b]
public function displayChart($icao) { $chart = SITE_ROOT.'/images/charts/'.$icao.'.png'; if(!file_exists($chart)) { // PNG image Does NOT exist so look for GIF image $chart = SITE_ROOT.'/images/charts/'.$icao.'.gif'; if(!file_exists($chart)) { // GIF image does not exist either return false; } } // Return image path return $chart; }

That is the errors he is getting.

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/brtvirtu/public_html/index.php:11) in /home/brtvirtu/public_html/core/codon.config.php on line 40

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/brtvirtu/public_html/index.php:11) in /home/brtvirtu/public_html/core/codon.config.php on line 40
public function displayChart($icao) { $chart = SITE_ROOT.‘/images/charts/’.$icao.‘.png’; if(!file_exists($chart)) { // PNG image Does NOT exist so look for GIF image $chart = SITE_ROOT.‘/images/charts/’.$icao.‘.gif’; if(!file_exists($chart)) { // GIF image does not exist either return false; } } // Return image path return $chart; }

That is the errors he is getting.

Not only that one. Also my font completely changed. And my site is giving other errors when i log-in and its nothing i changed…

What other error?

What other error?

When i login it doesnt recognize me until i refreshed the page and gives me this:

Warning: Cannot modify header information - headers already sent by (output started at /home/brtvirtu/public_html/core/modules/displayChart/displayChart.php:19) in /home/brtvirtu/public_html/core/modules/Login/Login.php on line 143

Warning: Cannot modify header information - headers already sent by (output started at /home/brtvirtu/public_html/core/modules/displayChart/displayChart.php:19) in /home/brtvirtu/public_html/core/modules/Login/Login.php on line 154

Also the whole site format (font size,placement) is twitched.

Please Help.

Yes finally! I deleted the module i made displayChart and i think so far no errors! But the module itself was just a small thing for pilot brief…

WOW! Such a small unused module made such a difference.

This is a lesson to me and everyone who uses PHPVMS. Be control of what you have and make..

Thanks Everyone!