ID:               19745
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Session related
 Operating System: Freebsd 4
 PHP Version:      4.2.0
 New Comment:

28 - ENOSPC

Your partition is full and/or you are exceeding your quotas.


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

[2002-10-03 18:28:10] [EMAIL PROTECTED]

I use session_start() function at begin of my php script.
The first 10 time is work, but then I get an error message:

Warning: open(/tmp/sess_fc24648f021fd4cd907f51441266ca4b, O_RDWR)
failed: m (28) in ...

/tmp/ directory have 0777 rights.


here is my script:

<?
require "system/conf.php3"; 
require "system/utils.php3"; 
connect();
session_start();



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


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

Reply via email to