Page 1 of 1

Warning: ini_set() has been disabled for security reasons in

Posted: Wed Nov 11, 2009 12:21 am
by propanehost
Hey there :)

My HESK has been working fine up until recently when I have come across an error

Warning: ini_set() has been disabled for security reasons in /home/propaneh/public_html/support/hesk_settings.inc.php on line 105

Warning: ini_set() has been disabled for security reasons in /home/propaneh/public_html/support/hesk_settings.inc.php on line 106


Could somebody be kind enough to help me fix please?

Thank you

Kieran

Posted: Wed Nov 11, 2009 6:21 am
by Klemen
Like the error says, the ini_set function has been disabled by your host.

Try this:
1. download the hesk_settings.inc.php file,
2. open it in Notepad,
3. Change

Code: Select all

    ini_set('display_errors', 0);
    ini_set('log_errors', 1);
to

Code: Select all

error_reporting(0);
4. Save, upload, test