thyseus / yii-user-management

a user management module collection for the yii framework
185 stars 122 forks source link

Missing install_tutorial.txt step #30

Closed slindz closed 12 years ago

slindz commented 12 years ago

In running a fresh install of Yii and the latest .zip from the site here, I ran into all kinds of objects not found issues doing any user admin functions.

I found mention of adding session info to /config/main.php, and this has appeared to resolve my issues.

Maybe it gets added to future versions of the tutorial?

Here's the snippet I added:

'session' => array( 'sessionName' => 'SiteSession', 'class' => 'CHttpSession', 'autoStart' => true, ),

thyseus commented 12 years ago

I dont really see how this session options have anything to do with yum. I added it to the FAQ section, though. Thanks for reporting.