We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
The following error is being logged in Yii Debug toolbar on all Control Panel requests but doesn't appear to be causing too much harm.
Call to a member function getNavigations() on null - /app/vendor/verbb/cp-nav/src/services/Service.php: 46.
It would appear $layout when being looped is null here: https://github.com/verbb/cp-nav/blob/craft-3/src/services/Service.php#L46, so getNavigations() fails.
$layout
Potentially wrapping with an if to check if layout is there first is possibly an easy fix.
Additional info
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The following error is being logged in Yii Debug toolbar on all Control Panel requests but doesn't appear to be causing too much harm.
It would appear
$layout
when being looped is null here: https://github.com/verbb/cp-nav/blob/craft-3/src/services/Service.php#L46, so getNavigations() fails.Potentially wrapping with an if to check if layout is there first is possibly an easy fix.
Additional info
The text was updated successfully, but these errors were encountered: