msar2049 New Member Feb 20, 2021 #1 For the requirement it says i need exec() funciton enabled in my php install; i am not a technical person...so how can i check if exec()function is enabled???, im running on a LAMP ubuntu digiocean droplet.
For the requirement it says i need exec() funciton enabled in my php install; i am not a technical person...so how can i check if exec()function is enabled???, im running on a LAMP ubuntu digiocean droplet.
Vpul Shah Well-Known Member Feb 21, 2021 #2 Hello, It says exec() function need to Enable it means its not installed. You need to Enable that. Go to your php.ini file and search disable_functions You will find exec() in that. Just remove it from there and restart apache. You can see this link - https://www.digitalocean.com/commun...he-exec-function-is-enabled-in-my-php-install Thanks, VPul.
Hello, It says exec() function need to Enable it means its not installed. You need to Enable that. Go to your php.ini file and search disable_functions You will find exec() in that. Just remove it from there and restart apache. You can see this link - https://www.digitalocean.com/commun...he-exec-function-is-enabled-in-my-php-install Thanks, VPul.