I finished setting up IPB and BOOM first error desides to take down the entire site. It seems it's only effecting logged in members because it looks like a part of the code that is broken is what verifies members.
Code:
ArgumentCountError: Too few arguments to function IPS\core\FrontNavigation\_FrontNavigationAbstract::__construct(), 1 passed in /home/gielinft/public_html/system/Application/Application.php on line 819 and exactly 3 expected (0) #0 /home/gielinft/public_html/system/Application/Application.php(819): IPS\core\FrontNavigation\_FrontNavigationAbstract->__construct(Object(IPS\Member)) #1 /home/gielinft/public_html/system/Application/Application.php(300): IPS\_Application->extensions('core', 'FrontNavigation', true, true) #2 /home/gielinft/public_html/system/Theme/Theme.php(824) : eval()'d code(9041): IPS\_Application::allExtensions('core', 'FrontNavigation') #3 /home/gielinft/public_html/system/Theme/SandboxedTemplate.php(56): IPS\Theme\class_core_front_global->navBar() #4 /home/gielinft/public_html/system/Theme/Theme.php(824) : eval()'d code(5678): IPS\Theme\_SandboxedTemplate->__call('navBar', Array) #5 /home/gielinft/public_html/system/Theme/SandboxedTemplate.php(56): IPS\Theme\class_core_front_global->globalTemplate('d7199e806619f89...', '\n\n\n\n\n\t\n\t<div cl...', Array) #6 /home/gielinft/public_html/system/Dispatcher/Dispatcher.php(166): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array) #7 /home/gielinft/public_html/system/Dispatcher/Standard.php(103): IPS\_Dispatcher->finish() #8 /home/gielinft/public_html/system/Dispatcher/Front.php(562): IPS\Dispatcher\_Standard->finish() #9 /home/gielinft/public_html/system/Dispatcher/Dispatcher.php(148): IPS\Dispatcher\_Front->finish() #10 /home/gielinft/public_html/index.php(12): IPS\_Dispatcher->run() #11 {main}
What do I have to do to resolve this, I can post snippets from the actual code itself from application.php if necessary.