Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8695667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:05:34+00:00 2026-06-13T01:05:34+00:00

I have a YII webapp project which I have got using svn checkout repo

  • 0

I have a YII webapp project which I have got using svn checkout repo. When I try to run this webapp on my NGINX server, it (project1) gives me an error –

Application runtime path "~/workspace/project1/protected/runtime" is not valid. Please make sure it is a directory writable by the Web server process.

But when I create some other YII project (project2) like –

yiic webapp ~/workspace/project2
#and then the MVC procedure
./protected/yiic shell
>>model User users
>>crud User

I can run my webapp in my browser.

Is it because the project1 is not configured? What do I have to do the configuration manually to my working copy?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T01:05:35+00:00Added an answer on June 13, 2026 at 1:05 am

    You have to give write access to the runtime folder, for the nginx user.

    Yii uses this folder for storing temporary files during runtime, from the guide:

    WebRoot/protected/runtime: this directory holds private temporary files generated during runtime of the application. This directory must be writable by Web server process.

    So, yii does this check, in CApplication’s setRuntimePath() :

    if(($runtimePath=realpath($path))===false || !is_dir($runtimePath) || !is_writable($runtimePath))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi i have 3 Yii based systems, something like: sys1.domain.com sys2.domain.com sys3.domain.com now, this
I have a problem with captcha in my YII project. I included a captcha
I have Yii project with main and mobile versions. Views files of mobile version
I have this code from Yii Example private function _checkAuth() { // Check if
I have a Yii project with a main.php config file and dev.php config file
I'm fairly new to Yii and have run into a barrier with related models.
I have a Yii dropdown which loads a table of cities, states, zipcodes, lat
I have an issue with the CJuiAutoComplete in Yii and using it with a
I have started using Yii framework and I have a -newbie- question about the
I have recently set up Yii and when I try create an app via

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.