|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I feel almost silly to ask my question, but I am so frustrated, almost ready to throw my project away. So please don't treat me as an idiot.
The error messages are listed below as are my .ini settings. Maybe its also aomewhere else in php.ini. Warning: open(/tmp\sess_4db7001b68df6b3834c0e7b8618013e4, O_RDWR) failed: No such file or directory (2) in c:\public_html\index.php on line 3 Warning: open(/tmp\sess_4db7001b68df6b3834c0e7b8618013e4, O_RDWR) failed: No such file or directory (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 Windows XP Pro Php version = 4.2.3 MySQL version = 3.23.52 Apache version = 1.3.27 [Session] session.save_handler = files session.save_path = C:\php\tmp\sess 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_maxlifetime = 1440 session.referer_check = session.entropy_length = 0 session.entropy_file = ;session.entropy_length = 16 ;session.entropy_file = /dev/urandom session.cache_limiter = nocache session.cache_expire = 180 session.use_trans_sid = 0 Thankyou in anticipation Kelley. |
|
#2
|
|||
|
|||
|
Does the directory "C:\php\tmp\sess" exist? If not, be sure to create it. PHP will NOT create it for you
![]()
__________________
Best Regards, Håvard Lindset |
|
#3
|
|||
|
|||
|
yes "C:\php\tmp\sess" does exist.
thankyou |
|
#4
|
|||
|
|||
|
I dont know if this is going to work or not, but can you create a dir called tmp on your c:
c:\tmp and try that. |
|
#5
|
|||
|
|||
Yes Ben that did work, though I am still puzzled as to why. Thankyou very much. Kelley. |
|
#6
|
|||
|
|||
|
use the force, Kelley.
theres some other option in the php.ini file. |
|
#7
|
|||
|
|||
|
Yes Ben see lots of options in PHP and MySQL and apache and wow do they confuse me, but I will keep plugging away, maybe one day I get it right.
Thankyou for your help and kindness. Kelley |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Sessions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|