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 ...



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Closed Thread

 

LinkBack Thread Tools
  #1  
Old 08-26-2003, 07: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!
  #2  
Old 08-26-2003, 08: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, 08: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'
?>
__________________
-----------------------------
http://www.ekingz.com

KingCorp9000@hotmail.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 08-26-2003, 08: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
__________________
-----------------------------
http://www.ekingz.com

KingCorp9000@hotmail.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 08-26-2003, 08: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
__________________
-----------------------------
http://www.ekingz.com

KingCorp9000@hotmail.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 08-26-2003, 08: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
__________________
-----------------------------
http://www.ekingz.com

KingCorp9000@hotmail.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 08-26-2003, 09:31 AM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 15,759
Thanks: 139
Thanked 609 Times in 521 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

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 08-26-2003, 09: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
__________________
-----------------------------
http://www.ekingz.com

KingCorp9000@hotmail.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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 12:13 AM
How to Setup a Test Store using your Web Store Code mnpolock osCMax v1.7 Installation 1 05-24-2005 05:05 AM


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


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2009 osCMax
Inactive Reminders By Icora Web Design