I was wondering if any one else had had any problems using the custom open_basedir settings in DSM3.2-1944?
The problem is i need to download files from /volume1/video (/var/services/video). My first port of call was the option in DSM to customize paths in open_basedir. This seems to break the php code i have written and i get a HTTP 500 Error. Reverting to the default fixes this but the the php code still complains it can not find the file. If I set the path in the php code anywhere below /volume1/web (/var/services/web) the code goes off happily and downloads the file.
I have tried manually configuring /usr/syno/etc/php.ini and /usr/syno/etc/php/user-setting.ini but these files seem to be over written by S97apache-user.sh on a re-boot.
I also also tried changing a few settings in httpd.conf like <directory> full access and turning off open_basedir using <php_admin_value open_basedir none> but when i go back to the httpd.conf file the changes have been overwritten.
Any ideas?


