I keep getting an “Application runtime path “D:\Hosting\9434915\html\yii\protected\runtime” is not valid. Please make sure it is a directory writable by the Web server process.” I made sure the runtime folder is writable by the server but it still appears. I’m using Godaddy on a Windows IIS 7.0 server. I’ve noticed the error occurs only when the page is first loaded, when I reload the page it goes away and the webpage functions as normal. Does anybody know what is causing this problem?
sensorario, I double-checked and the runtime folder is writeable. Godaddy only allows a user to set folder permissions through their FTP File Manager for Windows shared hosting plans, which is what I have. I have the Read and Write boxes checked off for the runtime folder.
Thanks Keith, I will looking into generating cache issues.
The only other thing I can think of is maybe I need to create a virtual directory using IIS, call it yii, and bind it to the physical directory where my yii application is stored.