Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with Error Message please


wetbirks

Recommended Posts

Hi,

 

I have an error on pop-up image.php.

 

see it here:

 

http://campstandard.com/product_info.php/c.../products_id/72

 

How can I fix this problem?

 

Thanks

 

ERROR Message:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/campstan/public_html/popup_image.php:2) in /home/campstan/public_html/includes/functions/sessions.php on line 97

Link to comment
Share on other sites

Headers Already Sent

 

Click the link above for an explanation.

 

The problem is in popup_image.php (line 2)

 

Most likely "whitespace(s)" at the beginning.

 

The opening PHP tag:

 

<?php

MUST the the very first of the file, no blank lines or spaces preceding it.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

You are right. The pop-ups are perfect now.

 

Thanks!!!

 

Headers Already Sent

 

Click the link above for an explanation.

 

The problem is in popup_image.php (line 2)

 

Most likely "whitespace(s)" at the beginning.

 

The opening PHP tag:

 

<?php

MUST the the very first of the file, no blank lines or spaces preceding it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...