I am having trouble setting up a Yii app on a shared server. I have developed it on localhost and also had it operational on managed hosting. I am now trying to move it to a shared server by uploading all files via ftp, but get the following error:
Invalid Configuration – yii\base\InvalidConfigException
The directory is not writable by the Web process: /var/www/vhosts/mysite.com/dev/web/assets
I set the permissions for both assets and runtime folders to 0755.
Any thoughts about what could be causing this error?