Having trouble with install and disabling exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source

Having trouble with install and disabling exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source. I recently moved to a dedicated server and did a cpanel backup, but upon getting everything up with the same user id, I still could not get site to load. I uploaded install folder and it is saying to disable the following: Having trouble with install and disabling exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_sourceI am having trouble finding the file for 7.3. I am using CPANEL and CENTOS 7. Anyone got any ideas?

  • 549
  • More
Replies (3)
    • Hello Thelegendguild !

      First of all you may switch PHP on your server to a more stable version like 7.2. If disable_functions parameters still show the warning then you need to ask your hosting provider to correct the settings of your server.

      • I am on unmanaged dedicated hosting. I tried all versions, switching between, and same thing. I tried to manually edit the PHPFPM conf and global Php.ini and same thing still. It is showing in the ini files, just UNA doesn't recognize it. 

        • Usually, this problem "It is showing in the ini files, just UNA doesn't recognize it" means that your server uses another php.ini in the place where UNA is located. You need to call the phpinfo() function and check the Loaded Configuration File value.

          Login or Join to comment.