This topic is locked

Registration Error

11/3/2008 11:30:45 AM
PHPRunner General questions
S
swanside author

I can register, send the activation link to my hotmail account, when I click on the activation link, I get this error

Unknown: open(C:\WINDOWS\TEMP\\sess_t19q2q2s77a6vd3on7tb61coa1, O_RDWR) failed: Permission denied (13)

update `test` set `active`=1 where `username`='me'


Any ideas please?
Thanks

Sergey Kornilov admin 11/3/2008

PHP sessions are not configured properly.
Make sure the folder in question is writable by web server user.

S
swanside author 11/3/2008

Great. Thanks for that, works a treat now. Even to my hotmail account.
Thanks
Paul.