ID:               5370
 Comment by:       gregory_of_muir at hotmail dot com
 Reported By:      eggli at giga dot net dot tw
 Status:           Closed
 Bug Type:         Session related
 Operating System: Windows 98
 PHP Version:      4.0.1pl2
 New Comment:

4.3.3, same issue. Running into this with X-Cart though the issue is
really all PHP's. I've tried every combo of windows-friendly path and
it just won't work. Is this a me problem or a php problem?


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

[2003-05-30 13:56:28] eduardo at tre-to dot gov dot br

"Should work just fine with latest release. " ???

I'm using PHP 4.3.3 and the same problem occurrs!

I set both the php.ini (\windows and \php) and the problem no solves.

Any session variables are passed to next page.
NOTE: I'm using:
W2K Adv Server
PHP 4.3.3 (isapi mode)
IIS 5.0

The aproprieted settings to session_data directory (write) but notting
apears in that.

The ini file configuration:
output_buffering = Off
safe_mode = Off
register_globals = On
track_vars is always On (php 4.3.3)

session.save_handler = files
session.save_path = C:\path\to\php_session_data
session.use_cookies = 0 (1 either not solves)
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_divisor     = 100
session.gc_maxlifetime = 1440

session.bug_compat_42 = 1
session.bug_compat_warn = 1

session.referer_check =
session.entropy_length = 0
session.entropy_file = 1
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0 (1 do not solve)

Help.

Eduardo.

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

[2003-05-16 03:31:06] [EMAIL PROTECTED]

Closing this one now... 
 
Should work just fine with latest release. 

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

[2002-07-19 02:37:58] mdelmonico at prodigy dot net

I’ve reconfigured the .ini files in both the Windows directory and PHP
directory as suggested and changed my session.save_path =c:\program
files\Apache group\Apache\htdocs\tmp. Unfortunately, the problem still
existed. My operating system is ME and use Apache 1.3.19 and PHP 4.0.
Below are the error messages and the corresponding codes that generated
the error messages.  

Warning: open(/tmp\sess_898f989ebde72088d6c8f780496496a0, O_RDWR)
failed: m (2) in c:\program files\apache group\apache\htdocs\index.php
on line 4


Warning: open(/tmp\sess_898f989ebde72088d6c8f780496496a0, O_RDWR)
failed: m (2) in Unknown on line 0

Warning: Failed to write session data (files). Please verify that the
current setting of session.save_path is correct (/tmp) in Unknown on
line 0

<?
  include ('book_sc_fns.php');
  // The shopping cart needs sessions, so start one
  session_start();
  do_html_header("Welcome to Book-O-Rama");

  echo "<p>Please choose a category:</p>";

  // get categories out of database
  $cat_array = get_categories();

  // display as links to cat pages
  display_categories($cat_array);
 
  // if logged in as admin, show add, delete, edit cat links
  if(session_is_registered("admin_user"))
  {
    display_button("admin.php", "admin-menu", "Admin Menu");
  }

  do_html_footer();
?>

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

[2002-02-02 06:40:12] [EMAIL PROTECTED]

No feedback was provided for this bug, so it is being suspended.
If you are able to provide the information that was requested,
please do so and change the status of the bug back to "Open".

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

[2002-02-01 10:09:15] t dot zander at brain-at-work dot de

I'm getting this error msg:

Warning: open(/tmp\sess_021e6dafeb513b539d491681bfc95c73, O_RDWR)
failed: No such file or directory (2) in c:\programme\apache
group\apache\htdocs\voba_wangen\inc.frontend.funcs.php on line 468

on our linux machine it works great. only win98 sucks :(

i tried to set an absolute path like [EMAIL PROTECTED] said, but it didn't
help :(

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

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/5370

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

Reply via email to