ID:               16807
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Session related
 Operating System: Windows 2000 SP2
 PHP Version:      4.2.0
 New Comment:

Found solution here:
http://bugs.php.net/bug.php?id=16839
Thx

Renato


Previous Comments:
------------------------------------------------------------------------

[2002-04-30 04:48:41] [EMAIL PROTECTED]

I'v got the same problem here.
Same configuration W2K SP2 IIS5 same recomended php.ini file.

When a script calls for:
session_start or setcookie  
like Jelsoft vBulletin nothing happen.
The same things for all my scripts.

------------------------------------------------------------------------

[2002-04-25 04:00:49] [EMAIL PROTECTED]

My ini file is the php.ini-recommended

The session stuff is:
session.save_handler = files
session.save_path = c:\winnt\temp  (tried c:/winnt/temp too)
session.use.cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session_cookie_domain =
session.serialize_handler = php
session_gc_probability = 1
session.gc_maxfiletime = 1440
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 1

output_buffering = 4096
output_handler =

zlib.output_compression = Off

auto_prepend_file = 
auto_append_file =

I hope this is enough info. As I say, it is the recommended ini file
with a few minor changes.

------------------------------------------------------------------------

[2002-04-25 03:39:36] [EMAIL PROTECTED]

And you do not have any auto_prepend stuff in your ini file, anything
which might do output before your script gets actually executed (also
no whitespaces) ?

------------------------------------------------------------------------

[2002-04-25 03:27:27] [EMAIL PROTECTED]

And output bufferring setting?
(zlib.output_compression and output_buffer)

------------------------------------------------------------------------

[2002-04-25 03:26:11] [EMAIL PROTECTED]

Ok. 
You really have 3 line script that causes this error message.
What is your session ini setting?


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/16807

-- 
Edit this bug report at http://bugs.php.net/?id=16807&edit=1

Reply via email to