OPNsense Forum

Archive => 21.1 Legacy Series => Topic started by: EFaden on June 21, 2021, 10:36:47 pm

Title: Updates Tab Spinning Endlessly After Update to "OPNsense 21.1.7_1-amd64"
Post by: EFaden on June 21, 2021, 10:36:47 pm
Title says it all.  Just updated and now when I go to the updates tab under firmware it just spins.  JQuery is calling "updatestatus" over and over again, with no response.  Thoughts?  Did updates from the console and it says all is good.
Title: Re: Updates Tab Spinning Endlessly After Update to "OPNsense 21.1.7_1-amd64"
Post by: EFaden on June 21, 2021, 10:37:27 pm
Code: [Select]
Fatal error: Uncaught Error: Class 'Phalcon\Session\Manager' not found in /usr/local/opnsense/mvc/app/config/services_api.php:67 Stack trace: #0 [internal function]: Closure->{closure}() #1 [internal function]: Phalcon\Di\Service->resolve(NULL, Object(Phalcon\Di\FactoryDefault)) #2 [internal function]: Phalcon\Di->get('session', NULL) #3 [internal function]: Phalcon\Di->getShared('session') #4 /usr/local/opnsense/mvc/app/controllers/OPNsense/Base/ControllerRoot.php(148): Phalcon\Di\Injectable->__get('session') #5 /usr/local/opnsense/mvc/app/controllers/OPNsense/Base/ApiControllerBase.php(204): OPNsense\Base\ControllerRoot->doAuth() #6 [internal function]: OPNsense\Base\ApiControllerBase->beforeExecuteRoute(Object(Phalcon\Mvc\Dispatcher)) #7 [internal function]: Phalcon\Dispatcher->dispatch() #8 /usr/local/opnsense/www/api.php(26): Phalcon\Mvc\Application->handle('/api/core/firmw...') #9 {main} thrown in /usr/local/opnsense/mvc/app/config/services_api.php on line 67

Is the error I see in the browser.
Title: Re: Updates Tab Spinning Endlessly After Update to "OPNsense 21.1.7_1-amd64"
Post by: franco on June 22, 2021, 07:40:20 am
Browsers cache the response for some reason while we are migrating our MFC framework version. From the server side it's difficult to do anything if the browser does not read the actual response anymore.

Clearing the browser cache worked for everyone so far.


Cheers,
Franco