I have a older roll my own install debian 7 freepbx 12 asterisk 11
its been running great for what we need I upgraded the asterisk to
11.6-cert18
and also tried to fix the framework in the freepbx module admin that the dashboard wanted me to upgrade.
so i did this and it would not apply
I tried disabling things mentioned in the log files to see if I could get past apply
[2018-Jul-14 19:38:35] [PHP-NOTICE] (/var/lib/asterisk/bin/retrieve_conf:181) - Use of undefined constant FREEPBX_LOG_ERROR - assumed ‘FREEPBX_LOG_ERROR’
[2018-Jul-14 19:38:35] [FREEPBX_LOG_ERROR] (bin/retrieve_conf:181) - Tried to link /var/www/html/admin/modules/endpointman/ari/modules/phonesettings.module to /var/www/html/recordings/modules/phonesettings.module, but /var/www/html/recordings/modules doesn’t exist
[2018-Jul-14 19:38:35] [FATAL] (libraries/utility.functions.php:470) - retreive_conf failed to get engine information and cannot configure up a softwitch with out it. Error: ERROR-UNABLE-TO-PARSE
[2018-Jul-14 19:38:35] [CRITICAL] (BMO/Notifications.class.php:493) - [NOTIFICATION]-[freepbx]-[RCONFFAIL] - retrieve_conf failed, config not applied (Reload failed because retrieve_conf encountered an error: 1)
[2018-Jul-14 19:41:29] [PHP-NOTICE] (/var/www/html/admin/libraries/modulefunctions.class.php:1031) - Undefined offset: 4
[2018-Jul-14 19:41:29] [PHP-NOTICE] (/var/www/html/admin/libraries/modulefunctions.class.php:1031) - Undefined offset: 4
[2018-Jul-14 19:41:54] [PHP-NOTICE] (/var/www/html/admin/page.modules.php:191) - ob_flush(): failed to flush buffer. No buffer to flush
[2018-Jul-14 19:41:54] [PHP-NOTICE] (/var/www/html/admin/page.modules.php:367) - ob_flush(): failed to flush buffer. No buffer to flush
[2018-Jul-14 19:41:54] [PHP-NOTICE] (/var/www/html/admin/config.php:544) - ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush
[2018-Jul-14 19:41:56] [PHP-NOTICE] (/var/www/html/admin/libraries/modulefunctions.class.php:1031) - Undefined offset: 4
[2018-Jul-14 19:41:56] [PHP-NOTICE] (/var/www/html/admin/libraries/modulefunctions.class.php:1031) - Undefined offset: 4
[2018-Jul-14 19:41:59] [NOTICE] (BMO/Notifications.class.php:493) - [NOTIFICATION]-[core]-[MEMLIMIT] - Memory Limit Changed (Your memory_limit, -1M, is set too low and has been increased to 100M. You may want to change this in you php.ini config file)
[2018-Jul-14 19:41:59] [FATAL] (libraries/utility.functions.php:470) - retreive_conf failed to get engine information and cannot configure up a softwitch with out it. Error: ERROR-UNABLE-TO-PARSE
[2018-Jul-14 19:41:59] [CRITICAL] (BMO/Notifications.class.php:493) - [NOTIFICATION]-[freepbx]-[RCONFFAIL] - retrieve_conf failed, config not applied (Reload failed because retrieve_conf encountered an error: 1)
[2018-Jul-14 19:42:01] [NOTICE] (BMO/Notifications.class.php:493) - [NOTIFICATION]-[core]-[MEMLIMIT] - Memory Limit Changed (Your memory_limit, -1M, is set too low and has been increased to 100M. You may want to change this in you php.ini config file)
[2018-Jul-14 19:42:01] [FATAL] (libraries/utility.functions.php:470) - retreive_conf failed to get engine information and cannot configure up a softwitch with out it. Error: ERROR-UNABLE-TO-PARSE
[2018-Jul-14 19:42:01] [CRITICAL] (BMO/Notifications.class.php:493) - [NOTIFICATION]-[freepbx]-[RCONFFAIL] - retrieve_conf failed, config not applied (Reload failed because retrieve_conf encountered an error: 1)
I am looking for a simple fix.
i backed up all the files and tried to us the command I used to install it according to my notes
./install_amp --installdb --username=asteriskuser --password=S0MePassworDDD --dbhost=‘127.0.0.1’ --dbname=‘asterisk’ --freepbxip=‘192.168.1.210’ --cgibin=’/var/www/cgi-bin’ --bin=’/var/lib/asterisk/bin’ --sbin=’/usr/local/sbin’ --asteriskuser=admin --asteriskpass=B8nKmYaSTdbP855 --asteriskip=‘127.0.0.1’ --scripted
everything seems fine until it dies with this
Checking for /etc/asterisk/asterisk.conf…OK
Reading /etc/asterisk/asterisk.conf…OK
Using asterisk as PBX Engine
Checking for Asterisk version…[FATAL] Could not determine asterisk version (got: “Asterisk certified/11.6-cert18” please report this)
help