Deploying Laravel 5.2 unusual permission error Deploying Laravel 5.2 unusual permission error symfony symfony

Deploying Laravel 5.2 unusual permission error


You need to allow writing for logs dir chmod -R 777 storage/logs


You didn't set permissions correctly. You're on Windows, so read this or this. storage folder with all subfolders and files should be accessible to r&w.


I had a similar problem, turns out the server didnt create the file with the correct owner, even though permissions were set correctly. Hope this helps someone!

I deleted that particular log (im using daily logs) and it worked again.