You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you need to create all hostgroups using the Webui, I removed all hostgroups and IP's and started adding them to the Webui. They are all there now but on some pages, like the home page I get a 500 error.
In the logs I see this:
[2021-08-15 16:31:51] production.ERROR: Call to a member function dc() on null (View: /home/xxxx/domains/fnm.xxxx.com/resources/views/home.blade.php) {"userId":1,"email":"[email protected]","exception":"[object] (ErrorException(code: 0): Call to a member function dc() on null (View: /home/xxxxx/domains/fnm.xxxxx.com/resources/views/home.blade.php) at /home/xxxxx/domains/fnm.xxxxx.com/app/Actions.php:22, Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function dc() on null at /home/xxxxx/domains/fnm.xxxxx.com/app/Actions.php:22) [stacktrace]
I think when I remove the group, it works again... any suggestions?
As you need to create all hostgroups using the Webui, I removed all hostgroups and IP's and started adding them to the Webui. They are all there now but on some pages, like the home page I get a 500 error.
In the logs I see this:
[2021-08-15 16:31:51] production.ERROR: Call to a member function dc() on null (View: /home/xxxx/domains/fnm.xxxx.com/resources/views/home.blade.php) {"userId":1,"email":"[email protected]","exception":"[object] (ErrorException(code: 0): Call to a member function dc() on null (View: /home/xxxxx/domains/fnm.xxxxx.com/resources/views/home.blade.php) at /home/xxxxx/domains/fnm.xxxxx.com/app/Actions.php:22, Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function dc() on null at /home/xxxxx/domains/fnm.xxxxx.com/app/Actions.php:22) [stacktrace]
I think when I remove the group, it works again... any suggestions?
When I go to a direct URL like https://fnm.xxxxx.com/hostgroup it does work... only home and Dc's won't work.
The text was updated successfully, but these errors were encountered: