Error after upgrade of modules

After doing an upgrade the system is no able to apply the config,

Unknown Error. Please Run: fwconsole reload --verbose

run the follow command

In Self_Helper.class.php line 212:

[Exception (404)]
Unable to locate the FreePBX BMO Class 'Sipsettings’A required module might be disabled or uninstalled. Recommended steps (run from the CLI): 1) fwconsole ma install sipsettings 2) fwconsole ma enable sipsettings

Exception trace:
() at /var/www/html/admin/libraries/BMO/Self_Helper.class.php:212
FreePBX\Self_Helper->loadObject() at /var/www/html/admin/libraries/BMO/Self_Helper.class.php:106
FreePBX\Self_Helper->autoLoad() at /var/www/html/admin/libraries/BMO/Self_Helper.class.php:37
FreePBX\Self_Helper->__get() at /var/www/html/admin/modules/core/functions.inc/drivers/PJSip.class.php:992
FreePBX\modules\Core\Drivers\PJSip->getDefaultSIPCodecs() at /var/www/html/admin/modules/core/functions.inc/drivers/PJSip.class.php:1434
FreePBX\modules\Core\Drivers\PJSip->validateEndpoint() at /var/www/html/admin/modules/core/functions.inc/drivers/PJSip.class.php:1058
FreePBX\modules\Core\Drivers\PJSip->generateEndpoint() at /var/www/html/admin/modules/core/functions.inc/drivers/PJSip.class.php:1028
FreePBX\modules\Core\Drivers\PJSip->generateEndpoints() at /var/www/html/admin/modules/core/functions.inc/drivers/PJSip.class.php:391
FreePBX\modules\Core\Drivers\PJSip->genConfig() at /var/www/html/admin/modules/core/Core.class.php:280
FreePBX\modules\Core->genConfig() at /var/www/html/admin/libraries/BMO/FileHooks.class.php:97
FreePBX\FileHooks->processNewHooks() at /var/www/html/admin/libraries/BMO/FileHooks.class.php:26
FreePBX\FileHooks->processFileHooks() at /var/www/html/admin/libraries/Console/Reload.class.php:335
FreePBX\Console\Command\Reload->reload() at /var/www/html/admin/libraries/Console/Reload.class.php:91
FreePBX\Console\Command\Reload->execute() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Command/Command.php:255
Symfony\Component\Console\Command\Command->run() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:960
Symfony\Component\Console\Application->doRunCommand() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:255
Symfony\Component\Console\Application->doRun() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:148
Symfony\Component\Console\Application->run() at /var/lib/asterisk/bin/fwconsole:163

reload [–json] [–dry-run] [–skip-registry-checks] [–dont-reload-asterisk]

Unable to locate the FreePBX BMO Class 'Sipsettings’A required module might be disabled or uninstalled. Recommended steps (run from the CLI): 1) fwconsole ma install sipsettings 2) fwconsole ma enable sipsettings

tried the follow

fwconsole ma install sipsettings
Unable to install module sipsettings:

  • Could not read module.xml
    Updating Hooks…Done
    Chowning directories…Done

Any help will be greatfully received

HI @vasmanrossano,

If you are using FreePBX V15 then try with the below command and see that resolves the error or not.

"
fwconsole ma downloadinstall sipsettings --tag 15.0.6.36
"

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.