Hey guys, I'm farely new to working with CMS' and i've gone through the setup already but I keep getting this error when I attempt to login with my username and password
Warning: open(/tmp\sess_ab3e63a23d7c784898d8d180925fecca, 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
I'm running phpdev5
Any Ideas?
Thanks in advance
Installation successful, Login not...Help please
Re: Installation successful, Login not...Help please
chmod 777 the folder tmp and all folders within tmp. You need read write rights.
Re: Installation successful, Login not...Help please
I'm running windows...and still cant log in as admin.........
Re: Installation successful, Login not...Help please
I am not familiar with phpdev5 or MS products at all, but I really don't think MS Windows can recognize path '/tmp' - in case this pseudoOS (no flame, please) You have to set it to something like 'C:\tmp' or 'C:\Windows\tmp' etc.Christofferson wrote: Warning: open(/tmp\sess_ab3e63a23d7c784898d8d180925fecca, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Try search string '/tmp' in Your php configuration and try to set parameters 'session.save_path' and 'upload_tmp_dir' properly (I mean point those parameters to existing temporary directory), so PHP can manage session files (and temporary files after upload) on Your filesystem.
Hi, 100rk
Last edited by 100rk on Thu Aug 04, 2005 11:44 am, edited 1 time in total.