Heroku + Yii "Application runtime path is not valid"
- by JStriedinger
I'm trying to deploy a Yii webapp into Heroku but, it keep throwing at me a weird error:
Application runtime path "/app/www/protected/runtime" is not valid. Please make sure it is a directory writable by the Web server process.
Makes no sense and I know is something to do with Heroku because in my local machine it works fine.
Does anyone what does this means? what do I need to do in Heroku ti fix this??
Many thanks.