Apply config does not regenerate asterisk conf files

Hi,

i have installed latest distro : Stable-5.211.65-14
Release Date-06-13-14
FreePBX 2.11, Linux 6.5
Asterisk 1.8

when i click on “apply config”, i get no error , but the conf files are not regenerated .
changes have been saved successfully in mysql database
ex : /etc/asterisk/sip_additional.conf

any idea and how can i debug ?

Might be permissions based error.

run

amportal chown

already done :
[root@localhost ~]# amportal chown

Fetching FreePBX settings with gen_amp_conf.php…

SETTING FILE PERMISSIONS
chattr: Operation not supported while reading flags on /var/www/html/cxpanel
Permissions OK

[root@localhost ~]# amportal a r

Fetching FreePBX settings with gen_amp_conf.php…

Successfully reloaded
[root@localhost ~]#

files are not reloaded at all

/etc/asterisk is own by asterisk

ex : (all files)
-rw-rw-rw-. 1 asterisk asterisk 1492 Jun 20 11:23 sip_additional.conf

is there a way to debug the generation process? (i understand php)

It’s very complicated to do so but you can try starting in retrieve_conf

Hi, i think i have found the issue :
exec was disabled in php.ini

still testing