Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning: session_start() [function.session-start]: Cannot send session cache limiter


toyzonline

Recommended Posts

I know there are many threads for this and i have indeed probably read most of them, mainly

 

Install & Config Guide

 

However each case seems slightly different, and usually focuses on the error being in both catalog and Admin and indeed after safe mode being switched on.

 

I only have this error in the admin side and is only after installing

contrib_CustomerDiscount_1.1_1
and yet none of the files changed here are those that seem effected by the safe mode.

 

I have tried to change the sessions path (via admin) to both blank and tmp (currently set at /tmp) but is i do this i lose admin page completley.

 

I have checked and i do have the tmp file @ root chmod 755

 

My complete error is

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/raunchyr/public_html/admin/includes/filenames.php:153) in /home/raunchyr/public_html/admin/includes/functions/sessions.php on line 201

 

Hope to get a few new ideas to fix!!

 

Thanks in advance

Complete Newbie On The Learn - Not A Programmer

But Learning As I Go

Link to comment
Share on other sites

Headers Already Sent

 

Click the link above for an explanation.

 

The problem is in /admin/includes/filenames.php (line 153)

 

Most likely "whitespace(s)" at the end.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Headers Already Sent

 

Click the link above for an explanation.

 

The problem is in /admin/includes/filenames.php (line 153)

 

Most likely "whitespace(s)" at the end.

 

I have checked both files mentioned in the error and there was indeed white sapce at the end of each file.

 

I have removed these and although there is change the change is basically a change in the error reference

 

I am now getting

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/raunchyr/public_html/admin/includes/filenames.php:51) in /home/raunchyr/public_html/admin/includes/functions/sessions.php on line 68

Complete Newbie On The Learn - Not A Programmer

But Learning As I Go

Link to comment
Share on other sites

Same file, line #51

:huh:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...