Error: index.php does not exist or is not an entry script file.

Hello, I'm new to Yii framework. I installed it in a Xampp environment, all Yii requirement are checked.

I successfully created my application following step-by-step instructions of the definitive guide (http://www.yiiframew…start.first-app), so I have  my “testdrive” application working fine.

Now I try the following step of the tutorial, Implementing CRUD Operations, but launching “yiic shell” command in protected dir I get the following error:

Error: index.php does not exist or is not an entry script file.

What's up? Any suggestion?

Thanks a lot

Alexio

You should use 'yiic shell …' or go to the parent directory of protected to execute 'yiic shell'.

Yeah, it works!!  ;)

Thank you!