Search…

X3 Photo Gallery Support Forums

Search…
 
kingofnyct
Topic Author
Posts: 1
Joined: 14 Aug 2009, 17:11

A PHP Error was encountered - permissions

14 Aug 2009, 17:22

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
 
Kabuto
Posts: 3
Joined: 10 Apr 2007, 09:18

Anyone else has encounter this problem?

16 Aug 2009, 02:06

I'm having the same problem as well, running with window vista here, any solution on this problem? Nick?

Thanks!
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

17 Aug 2009, 04:05

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
firedev.com
 
Kabuto
Posts: 3
Joined: 10 Apr 2007, 09:18

19 Aug 2009, 15:42

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.