yiic.bat stopped working

I call "…/yii-1.0.5.r1018/framework/yiic.bat shell index.php"

which has always worked in the past.  Since doing a lot of work on my application, I now need to go back and add a field to one of my active record objects.

Unfortunately, when I try and run the yiic.bat with the shell command for this project now, it simply returns without any error or message (nor is there anything in any log I can find).  It seems to correctly call my index.php and if I remove the "->run()" from "Yii::createWebApplication($config)->run()" in my index.php, then I get the interactive prompt, but I'm not in my application (if that makes sense).

What could I have done to break the yiic interactive shell for my app?

Any ideas?  Thoughts on how to debug this?

Help!

This has happened to me too. I fixed it by pointing to my config file instead of index.php

Hi,

read this post: http://www.yiiframew…2.html#msg10182

Worked like a charm.

Merci!

Quote

This has happened to me too. I fixed it by pointing to my config file instead of index.php