After chapter 8

HI,

Came to the last of the chapter 8 in YII book.After that check the functions that all are being working as earlier.All are perfect but the “manage project” and “manage issues” direct to a page that got error 403.Couldn’t find wher to give the permission to access these methods.Or isn’t it an issue?? :(

Hi CPzee

I think you can set this in the accessRules-method of the ProjectController-class.

Check if the user you are logged in with has rights on the ‘admin’-action.