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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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 |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| Never mine i found probel and fixed it |
|
#6
| ||||
| ||||
| 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
| ||||
| ||||
| 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
|
|
#8
| ||||
| ||||
| Ok Thanks Everyhting Is Working Fine Now |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| 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 |