This is a discussion on What is this error meaning?! [Cannot send session cookie] within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Warning: Cannot send session cookie - headers already sent by (output started at /home/hkishop/catalog/index.php:11) in /home/hkishop/catalog/includes/functions/sessions.php on line 67 Warning: ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Warning: Cannot send session cookie - headers already sent by (output started at /home/hkishop/catalog/index.php:11) in /home/hkishop/catalog/includes/functions/sessions.php on line 67 Warning: Cannot send session cache limiter - headers already sent (output started at /home/hkishop/catalog/index.php:11) in /home/hkishop/catalog/includes/functions/sessions.php on line 67 |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Somebody addressed the "headers already sent by..." error in another thread. It seems to occur because PHP parser encounters a space or extra line after the files last closing of the php code. That puts the parser into an output mode which produces the "header already sent by..." error. The simplest answer is that you probably have a renegade space or extra line after the last "?>" in the php file. Download and open your file in Notepad (or any pure text editor program) and check for spaces after the last ?> The right tool for editing php is a Text Editor application...even the website FIle Manager and HTML editors tend to add hidden things. Some recommended Text Editor applications are:
Quote:
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Warning: session_start(): Cannot send session cache limiter | developer_x | osCommerce 2.2 Modification Help | 2 | 01-23-2005 07:13 AM |
| Warning! Session cannot send seession code;cache limited! | sangdao | osCommerce 2.2 Modification Help | 4 | 09-23-2004 10:49 AM |
| Cookie Usage Error??? | RichRodgers.net | osCMax v1.7 Installation | 1 | 04-02-2004 07:27 AM |
| session_start(): Cannot send session cookie | minimum | osCommerce 2.2 Installation Help | 2 | 02-14-2004 10:06 AM |
| SSL Errors, Session Cookie, Session Cache, NOVICE Problems? | hanool | osCommerce 2.2 Modification Help | 1 | 09-07-2003 11:49 AM |