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

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
propanehost
Posts: 1
Joined: Wed Nov 11, 2009 12:18 am

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

Post 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
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply