Skip to main content

ini_set disable functions

Comments

3 comments

  • cPanelMichael
    Hello :) I believe Joomla requires that ini_set is enabled. There is a thread about it here on their forums: [url=http://forum.joomla.org/viewtopic.php?t=319477]Joomla! View topic - Warning: ini_set() has been disabled for security reasons Thank you.
    0
  • server9host
    Hello, You need to enable ini_set() on server or create custom php.ini for your single user.
    0
  • mageshm
    Hi, For security reason most of the shared hoster disabled below function globally. disable_functions = "phpinfo,exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source,allow_url_fopen,allow_url_include,ini_set" Just create php.ini file corresponding user public_html folder and add the below line to enable ini_set. ini_set = on If you have root access do the below and remov the ini_set from "disabled_function" cp /usr/local/lib/php.ini /home/username/public_html/
    0

Please sign in to leave a comment.