OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: soleilblanc on August 04, 2020, 11:45:52 pm

Title: Error in menusystem.php after upgrade to 20.7
Post by: soleilblanc on August 04, 2020, 11:45:52 pm
Hello All,

I've already submitted a report for this, but I'm experiencing repeated (almost everytime i log in) errors

Code: [Select]
[04-Aug-2020 17:39:47 America/Toronto] Exception: Error at /usr/local/opnsense/mvc/app/models/OPNsense/Base/Menu/MenuSystem.php:274 - Undefined index: enc0 (errno=8) in /usr/local/opnsense/mvc/app/controllers/OPNsense/Base/ApiControllerBase.php:87
Stack trace:
#0 /usr/local/opnsense/mvc/app/models/OPNsense/Base/Menu/MenuSystem.php(274): OPNsense\Base\ApiControllerBase->APIErrorHandler(8, 'Undefined index...', '/usr/local/opns...', 274, Array)
#1 /usr/local/opnsense/mvc/app/controllers/OPNsense/Core/Api/MenuController.php(105): OPNsense\Base\Menu\MenuSystem->__construct()
#2 /usr/local/opnsense/mvc/app/controllers/OPNsense/Core/Api/MenuController.php(185): OPNsense\Core\Api\MenuController->getMenu(NULL)
#3 [internal function]: OPNsense\Core\Api\MenuController->searchAction()
#4 [internal function]: Phalcon\Dispatcher->callActionMethod(Object(OPNsense\Core\Api\MenuController), 'searchAction', Array)
#5 [internal function]: Phalcon\Dispatcher->dispatch()
#6 /usr/local/opnsense/www/api.php(26): Phalcon\Mvc\Application->handle()
#7 {main}

Everything seem to be working fine, any thing i should worry about?  beyond submitting a report from the ui, do i need to provide more information?

Thank you and good luck!

sol 

Title: Re: Error in menusystem.php after upgrade to 20.7
Post by: AdSchellevis on August 05, 2020, 09:21:45 am
Code: [Select]
opnsense-patch 6434329

should fix your issue (https://github.com/opnsense/core/issues/4243).


Best regards,

Ad