Hello.
Plesk version is 11.0.9., running windows server 2008.
Here is the situation/problem:
- client has domain1 and domain2/domain3
- on domain2/3 he have php applications and on domain1 there are pictures (he want to write from domain2/3 to domain1)
- now, the part for allowing php to execute outside it done with open_basedir
Problem is now when it comes to writing from domain2/3 to domain1 - I've tried quite few solutions suggested, including changes on IUSR user on folders through IIS manager, adding additional read/write permissions in hosting settings, but no success - I always get permission denied:
Warning: touch() [function.touch]: Unable to create file C:\Inetpub\vhosts\domain1\httpdocs\test\test2.txt because Permission denied in C:\Inetpub\vhosts\domain2\httpdocs\test\test.php on line 6
What do you suggest?
Plesk version is 11.0.9., running windows server 2008.
Here is the situation/problem:
- client has domain1 and domain2/domain3
- on domain2/3 he have php applications and on domain1 there are pictures (he want to write from domain2/3 to domain1)
- now, the part for allowing php to execute outside it done with open_basedir
Problem is now when it comes to writing from domain2/3 to domain1 - I've tried quite few solutions suggested, including changes on IUSR user on folders through IIS manager, adding additional read/write permissions in hosting settings, but no success - I always get permission denied:
Warning: touch() [function.touch]: Unable to create file C:\Inetpub\vhosts\domain1\httpdocs\test\test2.txt because Permission denied in C:\Inetpub\vhosts\domain2\httpdocs\test\test.php on line 6
What do you suggest?