-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 13
-
Fix Version/s: 13
-
Component/s: Class of Service (Commercial), Core - Trunks/Routing
-
Labels:None
-
Sprint:Beta 13
-
ToDo:
-
Asterisk Version:13
Steps to reproduce:
- Class of Service is installed. Uninstall COS but don't click the 'apply config' button
- Navigating to outbound routes yields this whoops error:
Exception
Unable to locate the FreePBX BMO Class 'Cos'A required module might be disabled or uninstalled. Recommended steps (run from the CLI): 1) fwconsole ma install cos 2) fwconsole ma enable cos
/var/www/html/admin/libraries/BMO/Self_Helper.class.php
}
// Right, after all of this we should now have our object ready to create.
if (!class_exists($objname,false) && !class_exists($this->moduleNamespace.$objname,false) && !class_exists($this->freepbxNamespace.$objname,false)) {
// Bad things have happened.
if (!$loaded)