Have You Ever faced these errors on joomla? Warning: ini_set() has been disabled for security reasons in /home/userxx/public_html/libraries/joomla/session/session.php on line 649 Then Here is the solutions Just cerate php.ini file and upload it to joomla root directory and admin directory.. inside php.ini paste these codes disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen, ini_alter, proc_terminate, proc_get_status, proc_nice, escapeshell, escapeshellarg, escapeshellcmd, show_source, dl, symlink date.timezone="America/New_York" Code (markup):