Installation successful, Login not...Help please

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Christofferson

Installation successful, Login not...Help please

Post by Christofferson »

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
piratos

Re: Installation successful, Login not...Help please

Post by piratos »

chmod 777 the folder tmp and all folders within tmp. You need read write rights.
Christofferson

Re: Installation successful, Login not...Help please

Post by Christofferson »

I'm running windows...and still cant log in as admin.........
100rk

Re: Installation successful, Login not...Help please

Post by 100rk »

Christofferson wrote: Warning: open(/tmp\sess_ab3e63a23d7c784898d8d180925fecca, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
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.

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.
Locked

Return to “[locked] Installation, Setup and Upgrade”