I am new to Symfony framework and a little bit noobish on unix systems. I've manage to go through first two steps of install process (//server_name/symfony/web/app_dev.php
) and got stuck on last one. I'm getting such error:
ContextErrorException: Warning: is_dir(): open_basedir restriction in effect. File(/var/services/homes) is not within the allowed path(s): (/etc.defaults:/etc:/usr/syno/synoman:/tmp:/var/services/tmp:/var/services/web:/var/services/homes:/root:/usr/bin:/var/services/homes:/volume1/homes) in /volume1/web/symfonytest/vendor/symfony/symfony/src/Symfony/Component/Process/ExecutableFinder.php line 59
I've added this path to open_basedir
(as bolded) but it still throwing this error. On synology /var/services/homes is a linked directory an points to /volume1/homes folder.
Can you girls/guys help me out if anyone of you have come across such issue or just know how to pass this?