shell command svn rel 1060

With the framework updated to 1060 using branches 1.0 (but with trunk too) I'm not able to use the yiic shell command with any of my yii apps. Launching shell command from the terminal it simply exits without any message.

Not sure what is happening…but trunk doesn't have much yiic code committed.

with 1063 is the same. the webapp command works and with it I have created a test app but then I'm not able to launch shell command both using yiic of the framework passing it the index.php of the test app and the yiic of the test app itself.

I couldn't reproduce this issue… what is your environment?

I have found the problem.

In my application I have added to the SiteController the accessRules granting access to the index action only to authenticated users ('@').

If I grant everyone ('*') the shell tool appear correctly.

What do you think about? do I have to approach in a different way to do what I have to do?

PS: the very first thing shoud appear to the user is a login page. any page where the user should click to login…but just the login page.

You can use the following command to enter into shell:

where main.php is the app config file. You should run yiic under the directory containing the entry script file.