Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

after paypal checkout i get session errors


barry100

Recommended Posts

Posted

hi there one of my clients is ripping her hair out

when i buy some thing as a test from here shop i get this once i pay via paypal

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/totaldesire/public_html/catalog/checkout_process.php:1) in /home/totaldesire/public_html/catalog/includes/functions/sessions.php on line 67

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/totaldesire/public_html/catalog/checkout_process.php:1) in /home/totaldesire/public_html/catalog/includes/functions/sessions.php on line 67

 

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldesire/public_html/catalog/checkout_process.php:1) in /home/totaldesire/public_html/catalog/includes/functions/general.php on line 29

 

this is obviously bad

 

another thing is

she tells me when people are buying stuff from here shop she gets the email from the person who has bought the item but she has no orders in her admin section ?

 

this is strange as i have full admin permissions and i see the orders i make ..

 

any help any one

Posted
hi there one of my clients is ripping her hair out

when i buy some thing as a test from here shop i get this once i pay via paypal

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/totaldesire/public_html/catalog/checkout_process.php:1) in /home/totaldesire/public_html/catalog/includes/functions/sessions.php on line 67

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/totaldesire/public_html/catalog/checkout_process.php:1) in /home/totaldesire/public_html/catalog/includes/functions/sessions.php on line 67

 

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldesire/public_html/catalog/checkout_process.php:1) in /home/totaldesire/public_html/catalog/includes/functions/general.php on line 29

 

this is obviously bad

 

another thing is

she tells me when people are buying stuff from here shop she gets the email from the person who has bought the item but she has no orders in her admin section ?

 

this is strange as i have full admin permissions and i see the orders i make ..

 

any help any one

 

 

Well if you had echo or print or html header has been sent then you cannot start a session a session can be started only before ant html header is sent.

 

So paste your line start_sesion() as the very first line in that file.

 

satish Mantri

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Archived

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

×
×
  • Create New...