Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Multipule Warning Store not Working Please Help


NYXX

Recommended Posts

I keep getting these warning when a person tries to create an account.

 

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

 

Warning: Cannot modify header information - headers already sent by (output started at /home/septagon/public_html/store/includes/filenames.php:68) in /home/septagon/public_html/store/includes/functions/general.php on line 29

Link to comment
Share on other sites

what mods have you added to your site.

 

1 - there isn't a line 68 in filenames.php Added a file name?

 

2 - this is your functions sessions function tep_session_start() {

global $HTTP_GET_VARS, $HTTP_POST_VARS, $HTTP_COOKIE_VARS;

 

What is your cookie settings?

 

3 - functions/general.php on line 29 is $url = HTTPS_SERVER . substr($url, strlen(HTTP_SERVER)); // Change it to SSL

 

What are your ssl settings? Do you have a ssl or not?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...