-
Notifications
You must be signed in to change notification settings - Fork 64
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 error #142
Comments
AI suggests to change the function to:
However i'm not sure that's ideal. |
Can you provide a stack trace? |
It is not clear from the info provided if the bug is in this module or Raven_Client. The Raven_Client library is old and probably no longer supported but there is a PR #141 that updates to use the latest SDK so that is probably worth trying. As my PR #140 never got any review or merged I think this project is somewhat dead and I'm not a firegento maintainer... You're welcome to try my sentry-sdk-3 branch as well but it has not been tested on vanilla Magento so it may not work perfectly, it was developed for a different project based on a modified Magento platform. |
Keep getting these Warnings caused by Logger (Sentry) trying to access outside of
public_html
dir.Seems to be caused by an empty variable used as argument in
realpath()
function.realpath(): open_basedir restriction in effect. File(/var/www/[DOMAIN].com/) is not within the allowed path(s)
The text was updated successfully, but these errors were encountered: