ID: 36227 Comment by: tonny_akande at yahoo dot com Reported By: rperezm at estudiantes dot uci dot cu Status: No Feedback Bug Type: Session related Operating System: Windows XP SP2 PHP Version: 5.1.2 New Comment:
Please help me. I tried to uninstall PHP 4 and manually installed PHP 5 on my windows XP with IIS running as a web server. After runing phpinfo() and it worked perfectly well. I tried to run my various php application I kept getting this erro below Warning: session_start() [function.session-start]: open(/tmp\sess_580isdkbcpscrqg4f0fjsu70s4, O_RDWR) failed: No such file or directory (2) in C:\Inetpub\wwwroot\oceanichmo\admin\main.php on line 2 I have createted a folder with this path C:\PHP\sessionFolder and edited php.in file to have session.save_path ="C:\PHP\sessionFolder" The error message keep coming. Please help. Previous Comments: ------------------------------------------------------------------------ [2006-02-08 01:00:04] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2006-01-31 17:18:02] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Check your access log ------------------------------------------------------------------------ [2006-01-31 16:59:52] rperezm at estudiantes dot uci dot cu Before all my apology if I not understand how to publish a valid bug. The problem is next: few days ago I have PHP 5.1.2, Apache/2.0.55 (Win32) mod_ssl/2.0.49 OpenSSL/0.9.8a and Windows Server 2003 Enterprise Edition. In this PHP works fine. Now I need to migrate my PC to a Windows XP SP2. I install PHP following the same procedure that I follow to install in Windows 2003. Now programming a web site that need to use SSL and I configure Apache to support it. In php.ini I not change anything, only uncommented some extensions needed: php_gd.dll, php_mysqli.dll (not include in PECL PHP5.1.2) if not downloaded recently from MySQL site. When I navigate with Firefox browser in site one session var is created. But surprise every time I call a page from the same browser and same tab a new empty session is created. I was believe that my application is wrong. So I check some concept for session in PHP Manual, but not the error is not my app. Well, after that I close my browser and stay some minutes in sessiondata folder and I see that every "x" seconds a new empty session var is created. So if I not have a browser open and I not navigate in site why this? This is my php.ini session config: [Session] session.save_handler = files session.use_cookies = 1 session.name = PHPSESSID session.auto_start = 0 session.cookie_lifetime = 0 session.cookie_path = / session.cookie_domain = serializer of PHP. 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 = session.cache_limiter = nocache session.cache_expire = 180 session.use_trans_sid = 0 session.hash_function = 0 session.hash_bits_per_character = 4 url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" session.save_path= D:\Server\PHP\sessiondata ; argument passed to save_handler So, waiting for yours ------------------------------------------------------------------------ [2006-01-31 16:44:50] reynierpm at gmail dot com What extra information you ned for? php.ini and httpd.conf or what? ------------------------------------------------------------------------ [2006-01-31 14:24:22] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ 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/36227 -- Edit this bug report at http://bugs.php.net/?id=36227&edit=1