-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Nette Tracy 2.9.0 - Warning #527
Comments
This seems like Tracy wants to use some default tmp dir for session storage but your hosting restricts access there. You would have to use Debugger::setSessionStorage(new FileSession($pathToAccessibleTmpDir)) |
dg
added a commit
that referenced
this issue
Feb 15, 2022
dg
added a commit
that referenced
this issue
Feb 15, 2022
forrest79
pushed a commit
to forrest79/tracy
that referenced
this issue
Apr 1, 2022
forrest79
pushed a commit
to forrest79/tracy
that referenced
this issue
Apr 1, 2022
forrest79
pushed a commit
to forrest79/tracy
that referenced
this issue
Apr 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating Nette Tracy to version 2.9.0, a warning is displayed:
Warning: is_dir(): open_basedir restriction in effect. File(/data/www/11496/tmp) is not within the allowed path(s): (/data/www/11496/off-limits_cz) in phar:///data/www/11496/off-limits_cz/www/pluginy/tracy.phar/Tracy/Debugger/Debugger.php on line 489
The text was updated successfully, but these errors were encountered: