Server Error Log

  • JTGlenn1
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 9 months ago #17297 by JTGlenn1
Server Error Log was created by JTGlenn1
I have thousands of entries similar to this in my server log. Any ideas?

_________________________________________

[09-Apr-2012 09:49:00] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcs/public_html/modules/mod_rsform_feedback/helper.php:115) in /home/bcs/public_html/templates/hot_designnow/css/template_css.php on line 2
[09-Apr-2012 09:59:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcs/public_html/modules/mod_rsform_feedback/helper.php:115) in /home/bcs/public_html/templates/hot_designnow/css/template_css.php on line 2
[09-Apr-2012 09:59:17] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcs/public_html/modules/mod_rsform_feedback/helper.php:115) in /home/bcs/public_html/templates/hot_designnow/css/template_css.php on line 2
[09-Apr-2012 09:59:43] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcs/public_html/modules/mod_rsform_feedback/helper.php:115)

Tech support at RSJoomla said it was caused by the fact that the /templates/hot_designnow/css/template_css.php file contained the following lines:

<?php
header("Content-type: text/css");
?>

Due to this line and the way your template was loading the file(instead of linking to the file the template was using a require statement), the error you were encountering was generated. Once I removed this line from the template_css.php file the error was no longer encountered.


Any ideas if not having that line will cause issues with the template? I have not seen any.

Thanks,

Please Log in to join the conversation.

More
12 years 9 months ago #17312 by ivan.milic
Replied by ivan.milic on topic Re: Server Error Log
in template folder open:

css/template_css.php

and

css/template_css_ie78.php if you have it.

remove this line:

header("Content-type: text/css");

Please Log in to join the conversation.

Time to create page: 0.152 seconds
Powered by Kunena Forum