Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Errors on checkout_process


mossman

Recommended Posts

Hi Everyone,

 

A new error has shown up. Friday everything was working just fine. Today in testing before we go live i get a Session error:

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\______\aaron\CCCCCC.com\buy_online\catalog\checkout_process.php:3) in D:\_______\aaron\CCCCCCC.com\buy_online\catalog\includes\functions\sessions.php on line 102

 

Warning: Cannot modify header information - headers already sent by (output started at D:\______\aaron\CCCCCCC.com\CCCCC\catalog\checkout_process.php:3) in D:\______\aaron\CCCCCCCCC.com\CCCCC\catalog\includes\functions\general.php on line 45

 

My Site

 

If it wasn't for the last second, i would never get anything done ~moss 2011
Link to comment
Share on other sites

Headers Already Sent

 

Click the link above for an explanation.

 

The problem is in catalog\checkout_process.php (line 3)

 

The opening PHP tag:

 

<?php

MUST be at the very beginning of the file, no blank lines or spaces or other characters (seen or unseen) preceding it.

 

If you didn't alter the file since Friday the file may have been hacked...

:o

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

Thank you, fortunetly i found the article right after i posted, apologies for that.

 

That did fix it. Now to get my security back up, DOH!

 

Headers Already Sent

 

Click the link above for an explanation.

 

The problem is in catalog\checkout_process.php (line 3)

 

The opening PHP tag:

 

<?php

MUST be at the very beginning of the file, no blank lines or spaces or other characters (seen or unseen) preceding it.

 

If you didn't alter the file since Friday the file may have been hacked...

:o

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...