Error:403 'You are not authorized for this action'

Been trying to figure out an access denied error on a Yii system and didn’t find any help in the forums. Finally figured it out and decided to post here for others. For those not using access rules and instead using the RBAC, whenever a new action is added you go to the RBAC, click on Auto Generate AUth Items, locate the controller in question, add the new action to the allow list. Then you have to assign authorization to users and assign the new action to the user/task/role depending on how you have your permissions setup!