I uploaded some files using the SonataMediaBundle but when i wanted to add another, i got that error.
Have you any idea ?
this is the 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