Other than google voice: [i}Google Voice/Chan Motif 2.11.12[/i] I have the standard modules installed.
I installed on Ubuntu with these instructions about 6 months ago and it’s been running great: http://wiki.freepbx.org/pages/viewpage.action?pageId=1409028
I should have probably left everything alone, but yesterday I checked all modules (except for commercial) and did an “Upgrade All”:
framework 2.11.0.0rc1.8 went to (2.11.0.11)
fw_ari 2.10.0.5 went to (2.11.0.0)
and 26 more modules…
After the upgrade I added a trunk and incoming route and tried to “Apply Config”, I get this error in the GUI:
Reload failed because retrieve_conf encountered an error: 135
exit: 135
Bus error (core dumped)
In /var/log/asterisk/freepbx.log these entries show up every time I attempt to apply the config:
however that failed with
PHP Fatal error: Class ‘notifications’ not found in /usr/src/freepbx/amp_conf/htdocs/admin/libraries/utility.functions.php on line 1360
So I just used the source that I pulled down back on May 14. It’s the same directory so I’ll try and compare the two, but sometimes obviously not identical.
Hello everyone,
I also had this problem when I wanted to do an update.
After debugged scripts PHP, I resolved this error by adding before class “notifications” :
Open : /usr/src/freepbx/libfreepbx.install.php
Search : include($amp_conf[“AMPWEBROOT”].’/admin/libraries/cronmanager.class.php’);
Add before : include($amp_conf[“AMPWEBROOT”].’/admin/libraries/notifications.class.php’);
Then restart the update : ./install_amp --webroot /var/www