Page 1 of 1

A PHP Error was encountered - permissions

Posted: 14 Aug 2009, 17:22
by kingofnyct
Using PHP version 5, this error arises. We have set all permissions to allow full control in both the user gallery folder and also inside the temp folders. Does anyone know how to resolve this?

A PHP Error was encountered

Severity: Warning

Message: Unknown: open(C:\DOCUME~1\HOSTIN~1\LOCALS~1\Temp\php\session\sess_dsgqhl4sj3no4bi8td3u7je8a6, O_RDWR) failed: Permission denied (13)

Filename: Unknown

Line Number: 0
A PHP Error was encountered

Severity: Warning

Message: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\DOCUME~1\HOSTIN~1\LOCALS~1\Temp\php\session)

Filename: Unknown

Line Number: 0

Anyone else has encounter this problem?

Posted: 16 Aug 2009, 02:06
by Kabuto
I'm having the same problem as well, running with window vista here, any solution on this problem? Nick?

Thanks!

Posted: 17 Aug 2009, 04:05
by Nick
Unfortunately I'm not on windows, check this post, maybe something like this will help? But in your case you should enable access to temp dir to all users/iis:

viewtopic.php?p=19132#19132

Posted: 19 Aug 2009, 15:42
by Kabuto
pain wrote:Unfortunately I'm not on windows, check this post, maybe something like this will help? But in your case you should enable access to temp dir to all users/iis:

viewtopic.php?p=19132#19132
Thanks! Will looking into it.