-
Notifications
You must be signed in to change notification settings - Fork 72
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
Avoid warning open_basedir restriction #152
Conversation
danidomen
commented
Nov 24, 2021
•
edited
Loading
edited
Questions | Answers |
---|---|
Description? | Avoided the "Warning: file_exists(): open_basedir restriction in effect. File(/views/templates/front/customerAccount.tpl) is not within the allowed path(s)" due a slash before the "views" on the file route. Also update the line with the "$this->fetch" function |
Type? | bug fix |
BC breaks? | no |
Deprecations? | no |
Fixed ticket? | |
How to test? | Enable debug mode, check that warning not rise |
Avoided the "Warning: file_exists(): open_basedir restriction in effect. File(/views/templates/front/customerAccount.tpl) is not within the allowed path(s)" due a comma instead a point to concatenate the file route. Also update the line with the "$this->fetch" function
Co-authored-by: Joey Janson <joey@hoofddorp.nl>
Hello @danidomen Can you please create an issue for this PR? Also i need a more details of Thanks! |
I don't think it requires an issue. It's related to the open_basedir restriction (PHP configuration), |
Hello, I check with Sarah this PR. It will be checked by dev. Thanks! |
Thank you @danidomen |