Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

How to remove warnings from Home Page?


2 replies to this topic

#1 whitesosa

  • Community Member
  • 33 posts
  • Real Name:eric sosa

Posted 09 February 2010, 16:56

URL: http://justbprom.com/store/

On the bottom of the homepage there is a warning... How do I remove warnings/errors from the public home page?

Quote

Warning: Cannot modify header information - headers already sent by (output started at /home/ivnettv/public_html/justbprom/store/index.php:36) in /home/ivnettv/public_html/justbprom/store/includes/script.php on line 17


#2 DunWeb

  • Community Sponsor
  • 10,461 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 09 February 2010, 17:09

Eric,

Correct the problem and the errors will not be there. This is something you changed that included the header and the header was already requested.

Look at any recent changes you made to find the error.


Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:

#3 www.in.no

  • Community Member
  • 235 posts
  • Real Name:Arild Evensen

Posted 09 February 2010, 17:17

in many cases this error comes after adding withspace in code executed before or after the open/close tags of php.
se here for more info
http://www.oscommerce.info/kb/osCommerce/General_Information/Common_Problems/15