将模块集成到yii项目中[关闭]

I am a newbie to YII.

I have a project which is divided into different modules. I have copy pasted one module from one system into mine and I'm unable to open that new module

It shows the following error- Alias "invmgmt.InvmgmtModule" is invalid. Make sure it points to an existing PHP file and the file is readable.

I have also included this module in my main.php file.

you must include it in 'modules' part of yii config file:

config path is:

protected/config/main.php