I was looking for an answer to my problem, but I could\'nt find any answer which solves my case.
The problem is that I can\'t access the app folders in my var/www/ f
if permission issue and you have ssh access in root folder
find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \;
will resolve your error