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
Page 1 of 1
Error: index.php does not exist or is not an entry script file.
#2
Posted 26 March 2009 - 07:25 PM
You should use 'yiic shell ..' or go to the parent directory of protected to execute 'yiic shell'.
Share this topic:
Page 1 of 1