(04-19-2011, 03:49 AM)Doudoux Wrote: Try this:
In you php.ini file, add /volume1/web to the open_basedir parameters
doudoux
Hi Doudoux,
with adding "volume1/web" the error is still there, but if I delete the whole openbaseDir-Entry in my Synology DS209 it all works fine.
I don't know which problems I will get, with a empty openBaseDir-Entry.
But I think thats a synology-problem, so this thread can be marked as "solved".
If I get the right settings from the synology-forum,I will posted here.
Thank you for your help
Hi Doudoux,
me again :-)
I've added a screenshot from my error.
I think the problem is in the core/inc.FileUtils.php"
In the makeDir-Function you get in with the full "Data-Path" and you make a "preg-split".
After this you check for every "preg_split" the directory.
The "var"-Directory is not in the allowed path and so you get the "openbase"-Dir.
I think you only have to check the "data"-Path.
In this thread it seems to be the same problem : http://forums.letodms.com/showthread.php...ht=makedir
Could this be the problem ?
Thank you