Forums

PHP

This topic is locked

User Authentication

Posted 01 Apr 2002 15:00:56
1
has voted
01 Apr 2002 15:00:56 Jonathan Manning posted:
I have been using UD for about a week now and have to say its simply amazing, but I keep running into this error. I am trying to authenticate a user using the Server behaviour LOGIN USER. but recieve this error everytime

<font color=red>"Warning: open(/tmp\sess_764c06e357e61b06f8dc6066d0e6e765, O_RDWR) failed: m (2) in c:\phpdev\www\coronationvoice\admin\tmp9r9pptw6qu.php on line 12" </font id=red>

anyone got any ideas?

I am using UD, PHP and MYSQL if this makes any difference.

Replies

Replied 01 Apr 2002 19:59:30
01 Apr 2002 19:59:30 chief monkey replied:

You will need to alter the path in your php.ini file to point to the folder to store session cookies.

Let's say you create a folder called 'sessions' in your C drive , then you would alter

session.save_path=

in your php.ini to

session.save_path = c:/sessions

George

Everybody has got to be somewhere
Replied 01 Apr 2002 21:59:22
01 Apr 2002 21:59:22 Bruno Mairlot replied:
George's answer is complete, but you may find some more info on this faq :

www.udzone.com/showDetail.asp?TypeId=7&NewsId=1849

Bruno

--- Better to die trying, than never try at all ---
Replied 02 Apr 2002 09:59:12
02 Apr 2002 09:59:12 Jonathan Manning replied:
I am using phpdev from firepages, and this has already been setup for me, pointing to..

session.save_path = C:\phpdev\php\temp;

but its still giving me the same errors <img src=../images/dmxzone/forum/icon_smile_sad.gif border=0 align=middle>
Replied 02 Apr 2002 15:04:01
02 Apr 2002 15:04:01 chief monkey replied:

Is there a directory called that, and try changing the back slashed to forward slashes

C:/phpdev/php/temp

George


Everybody has got to be somewhere
Replied 02 Apr 2002 20:41:54
02 Apr 2002 20:41:54 Jonathan Manning replied:
Eureka... Thanks Chiefmonkey and Maehdros.

much appreciated. <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>

Reply to this topic