-
Notifications
You must be signed in to change notification settings - Fork 51
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
Symfony\Component\Filesystem\Exception\IOException: Unable to write to the "/tmp/ladybug_cache" directory. #52
Comments
Hello desarrolla2, to solve this problem you just have to modify the file LadyBug/Application.php: $cachePath = _DIR _.'/cache/'; It works for me see http://symfony.com/doc/current/components/config/caching.html for more infos |
@truongdk would you send a PR? Regards! |
@truongdk @desarrolla2 that creates a |
I have the same problem.
|
For people that are experiencing the same problem utilizing Plesk 12.5+ and can't get it to work despite chmodding /tmp/ladybug_cache to 777 over and over again, look out for folders named like /tmp/systemd-private-....-plesk-php70-fpm-service-.... - select the one corresponding to your utilized PHP version, within them you can find another tmp/ladybug_cache, which is the actual temporary folder. Seems to be another Plesk feature... |
I'm having this Exception.
Symfony\Component\Filesystem\Exception\IOException: Unable to write to the "/tmp/ladybug_cache" directory.
I use ladybug to depure web applications (user www) and console applications (my user), so probably need create /tmp/ladybug_cache with 777 permissions
The text was updated successfully, but these errors were encountered: