osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Help having problems with my store and ssl

This is a discussion on Help having problems with my store and ssl within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/eking36/public_html/ekzstore/includes/configure.php:46) in /home/eking36/public_html/ekzstore/includes/functions/sessions.php on line 67 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 08-26-2003, 08:57 AM
ekingz's Avatar
New Member
 
Join Date: Aug 2003
Location: Minnesota
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ekingz
Default Help having problems with my store and ssl

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


whats that mean help i tryed to do ssl and that happen help

http://www.ekingz.com
__________________
-----------------------------
http://www.ekingz.com

KingCorp9000@hotmail.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 08-26-2003, 09:14 AM
ekingz's Avatar
New Member
 
Join Date: Aug 2003
Location: Minnesota
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ekingz
Default

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

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


whats wrong please help me i am a noob
__________________
-----------------------------
http://www.ekingz.com

KingCorp9000@hotmail.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 08-26-2003, 09:16 AM
ekingz's Avatar
New Member
 
Join Date: Aug 2003
Location: Minnesota
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ekingz
Default

Below is my configue file


<?php
/*
$Id: configure.php,v 1.12 2002/06/16 22:11:53 harley_vb Exp $

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright (c) 2002 osCommerce

Released under the GNU General Public License
*/

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://ekingz.com');
define('HTTPS_SERVER', 'https://svr36.ehostpros.com/~eking36/');
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('DIR_WS_CATALOG', '/ekzstore/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/'); // If "URL fopen wrappers" are enabled in PHP (which they are in the default configuration), this can be a URL instead of a local pathname
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs)
define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

// define our database connection
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'eking36_osc1');
define('DB_SERVER_PASSWORD', 'f4CkJpUbJv');
define('DB_DATABASE', 'eking36_osc1');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 08-26-2003, 09:23 AM
ekingz's Avatar
New Member
 
Join Date: Aug 2003
Location: Minnesota
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ekingz
Default

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

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/eking36/public_html/ekzstore/includes/configure.php:52) in /home/eking36/public_html/ekzstore/includes/functions/sessions.php on line 67
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 08-26-2003, 09:49 AM
ekingz's Avatar
New Member
 
Join Date: Aug 2003
Location: Minnesota
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ekingz
Default

Never mine i found probel and fixed it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 08-26-2003, 09:50 AM
ekingz's Avatar
New Member
 
Join Date: Aug 2003
Location: Minnesota
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ekingz
Default

I have a blank line at the end of one of the php files and after i removed them it waz fixed

can someone test my site and ssl http://www.ekingz.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 08-26-2003, 10:31 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,992
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

This has been asked and answered many times, a search on

'Headers already sent' would have found your answer for you.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 08-26-2003, 10:59 AM
ekingz's Avatar
New Member
 
Join Date: Aug 2003
Location: Minnesota
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ekingz
Default

Ok Thanks Everyhting Is Working Fine Now
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
osc-max v1.7 or v2.0 for new store? ronyiu osCMax v2 Installation issues 1 09-15-2005 01:13 AM
How to Setup a Test Store using your Web Store Code mnpolock osCMax v1.7 Installation 1 05-24-2005 06:05 AM


All times are GMT -8. The time now is 06:04 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax