POSSA / freepbx-trunk-balancing

Restrict outbound calls or balance calls over multiple trunks based on user specified parameters
http://pbxossa.org/files/trunkbalance/
37 stars 30 forks source link

Class 'cronmanager' not found #35

Closed a5hma5h closed 5 years ago

a5hma5h commented 5 years ago

Hello! After install, when i try to open "Trunk Balance" in FreePBX menu, i get an error: Whoops \ Exception \ ErrorException (E_ERROR) Class 'cronmanager' not found

/var/www/html/admin/modules/trunkbalance/page.trunkbalance.php:78 This string in file: // check to see if user has automatic updates enabled $cm =& cronmanager::create($db); $online_updates = $cm->updates_enabled() ? true : false;

How can i fix this?

lgaetz commented 5 years ago

Try installing new ver. 1.1.4, it's been updated to work with FreePBX 14

a5hma5h commented 5 years ago

Try installing new ver. 1.1.4, it's been updated to work with FreePBX 14

It's solved. Thank you! You're brilliant!