osCmax v2.5 User Manual
Results 1 to 8 of 8

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

      
  1. #1
    New Member ekingz's Avatar
    Join Date
    Aug 2003
    Location
    Minnesota
    Posts
    11
    Rep Power
    0


    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

  2. #2
    New Member ekingz's Avatar
    Join Date
    Aug 2003
    Location
    Minnesota
    Posts
    11
    Rep Power
    0


    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

  3. #3
    New Member ekingz's Avatar
    Join Date
    Aug 2003
    Location
    Minnesota
    Posts
    11
    Rep Power
    0


    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'
    ?>

  4. #4
    New Member ekingz's Avatar
    Join Date
    Aug 2003
    Location
    Minnesota
    Posts
    11
    Rep Power
    0


    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

  5. #5
    New Member ekingz's Avatar
    Join Date
    Aug 2003
    Location
    Minnesota
    Posts
    11
    Rep Power
    0


    Default

    Never mine i found probel and fixed it

  6. #6
    New Member ekingz's Avatar
    Join Date
    Aug 2003
    Location
    Minnesota
    Posts
    11
    Rep Power
    0


    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

  7. #7
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    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 Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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 Documentation

  8. #8
    New Member ekingz's Avatar
    Join Date
    Aug 2003
    Location
    Minnesota
    Posts
    11
    Rep Power
    0


    Default

    Ok Thanks Everyhting Is Working Fine Now

Similar Threads

  1. osc-max v1.7 or v2.0 for new store?
    By ronyiu in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 09-15-2005, 12:13 AM
  2. How to Setup a Test Store using your Web Store Code
    By mnpolock in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 05-24-2005, 05:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •