I downloaded some files using SonataMediaBundle, but when I wanted to add another one, I got this error.
Do you have any ideas?
this is a stack error:
in /var/www/znata.com/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php at line 107 -+ public function guess($path) { if (!is_file($path)) { throw new FileNotFoundException($path); } if (!is_readable($path)) {
thanks
source share