Error On Loading The Gui

Hello,

During the instalattion the gii interface doesn´t accept the login.

To solve this i had to change php.ini session.save_path

That should be pointed out on the get started page.

Thank you

had you change protected/config/main.php file…




'gii'=>array(

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

			'password'=>'test',

                        ...

                        ...