Page 1 of 1

PHP Error during Version 10.7.1 Install

Posted: Mon Sep 04, 2017 7:24 pm
by pwwri
Hello,

I am receiving the following error message - Critical functions disabled: system,exec,passthru,shell_exec. (Please enable them in php.ini) - when trying to install on Linux system. I have been successfully running 10.5 for some time with no issues.

I've checked my php.ini and the disable_functions ="" is confirmed to be an empty set. I'm using an existing MySql database - what am I missing?

Re: PHP Error during Version 10.7.1 Install

Posted: Tue Sep 05, 2017 9:16 am
by shaunw
Do you have TimeTrex installed on a shared server by chance? Or do you have full root access to the server? What Linux distribution is it?

Its also possible that the functions may be disabled by some other mechanism outside the global php.ini file, such as a .htaccess file.

Can you attach a copy of your TimeTrex log file too please, that should provide more information.

Re: PHP Error during Version 10.7.1 Install

Posted: Wed Sep 06, 2017 5:31 am
by pwwri
TimeTrex is being installed on a dedicated server with root access on Centos 6

Log file is attached - I'm at a complete loss of where to go from here. I've checked all .htaccess files can't seem to find one disabling the required functions.

Re: PHP Error during Version 10.7.1 Install

Posted: Wed Sep 06, 2017 7:24 am
by shaunw
According to the log file, you are using cPanel, and the PHP.ini file is: /opt/cpanel/ea-php56/root/etc/php.ini

So that file will have "disable_functions" defined in it that is causing your problem.