Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PHP Error code warning session_start()


break.reform

Recommended Posts

Posted

Hello, I am a new member to this community. The product seems to be an amazing piece of code, although I cannot get it to run properly. I get a message

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/midnite-/public_html/catalog/admin/includes/configure.php:1) in /home/midnite-/public_html/catalog/admin/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/midnite-/public_html/catalog/admin/includes/configure.php:1) in /home/midnite-/public_html/catalog/admin/includes/functions/sessions.php on line 67

 

Is there a way to reconfigure this... I am still learning php and need to get the site running properly.

 

Midnite Dreams

 

I also need to know how to configure my checkout properly... authorize.net seems to be working fine. But, for some reason nothing is saved on my checkout. Every new account has to resubmit orders... which is not good for business. Any help would be much appreciated.

 

Thanks in advance

-Gregory Sandoval

Posted
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/midnite-/public_html/catalog/admin/includes/configure.php:1) in /home/midnite-/public_html/catalog/admin/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/midnite-/public_html/catalog/admin/includes/configure.php:1) in /home/midnite-/public_html/catalog/admin/includes/functions/sessions.php on line 67

 

You have a space hidden in your configure.php line 1 you need to remove, I guess your first line is empty and second line is <?php

 

If so just delete the empty line.

 

Cheers

Archived

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

×
×
  • Create New...