Issue getting gii to work

Hi all,

Newbie yii user here and going through the quickstart guide and getting stuck at getting the gii to run. I get an error about permissions and have attached three different screenshots (that is one continuation).

Here is the code section that I believe affects it (and I saw somewhere how you have to set ipFilters (which I’ve tried with no luck - ignore the fact that it is commented out here):


'gii' => array(

		    'class' => 'system.gii.GiiModule',

    		'password' => '123456',

	 	   /*'ipFilters' => array('127.0.0.1','localhost'),*/

    		'generatorPaths' => array('application.modules.gii'),

		)

Any help would be appreciated.

Regards,

Aaron

As it says in the gii documentations - http://www.yiiframework.com/doc/guide/topics.gii