I am new to Yii and working with yii bootstrap. I extracted the files to my protected/extension directory and included the code in the protected/config/main.php as described here cniska.net/yii-bootstrap/setup.html
I am receiving this error : "Alias "gii.GiiModule" is invalid. Make sure it points to an existing PHP file."
'modules'=>array(
'gii'=>array(
'generatorPaths'=>array(
'bootstrap.gii', // since 0.9.1
),
),
),
How to resolve this error?
I am receiving this error : "Alias "gii.GiiModule" is invalid. Make sure it points to an existing PHP file."
'modules'=>array(
'gii'=>array(
'generatorPaths'=>array(
'bootstrap.gii', // since 0.9.1
),
),
),
How to resolve this error?