I updated the composer.json. Everything was working fine except the media section of sonata media bundle. When i upload any image i got a error
I haven't changed any configuration. I am not able to figure the problem. I also give full permission to uploads folder recursively.
I also getting some exception
CRITICAL - Uncaught PHP Exception RuntimeException: "Could not write the "default/0001/01/46475120624f7b54c71ddf500322b395e3d598da.jpeg" key content." at /vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php line 111
Anyone faced this type of error
You just need to change the permissions of web folder in your appliaction. e.g chmod 777 web/* -Rf