Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Fatal Error – yii\base\ErrorException #37

Open
pkjoshisbp opened this issue Dec 2, 2019 · 0 comments
Open

PHP Fatal Error – yii\base\ErrorException #37

pkjoshisbp opened this issue Dec 2, 2019 · 0 comments

Comments

@pkjoshisbp
Copy link

Maximum execution time of 600 seconds exceeded
public function getUniqueId()
{
return $this->module ? ltrim($this->module->getUniqueId() . '/' . $this->id, '/') : $this->id;
}

I am getting timeout error while accessing /rbac/route on above function, how I can correct this. In my permission/assignment I don't see all the controller/action or routes listed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant