Heroku + Yii "Application runtime path is not valid"

Posted by JStriedinger on Stack Overflow See other posts from Stack Overflow or by JStriedinger
Published on 2012-10-07T15:35:15Z Indexed on 2012/10/07 15:36 UTC
Read the original article Hit count: 223

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about web-applications