Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open_basedir restriction #19

Closed
meiti opened this issue Dec 7, 2015 · 1 comment
Closed

open_basedir restriction #19

meiti opened this issue Dec 7, 2015 · 1 comment

Comments

@meiti
Copy link

meiti commented Dec 7, 2015

Hi

I'm using php5-fpm pools and php_admin_value[open_basedir] to limit the directories that can be accessed by Custom Scripting Services (php). When I want to open dreamfactory instance in browser I get the following error.

file_exists(): open_basedir restriction in effect. File(/var/www/html/df2/public/../../.bitnamimeta/demo_machine) is not within the allowed path(s): (/var/www/html/df2:/tmp)","code":500,"trace":["0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_exists(): ...', '/var/www/html/m...', 85, Array)","1 /var/www/html/df2/vendor/dreamfactory/df-core/src/Resources/System/Environment.php(85): ...

@dresch86
Copy link

That's a problem with a config setting in either your webserver conf or php.ini. Add those paths to the open_basedir list and you should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants