Version of script: 2.4.2
Write your message below:
I have a working Hesk 2.4.2 helpdesk, suddently, as administrator, I can't access Setting page (admin_settings.php). Everything else is working properly. Setting page keeps loading... never timeout with an error.
Any idea what code part of script is stuck?
Setting page (admin_settings.php) stuck loading...
Moderator: mkoch227
Re: Setting page (admin_settings.php) stuck loading...
Try this:
1. download file hesk_settings.inc.php from the server
2. open it in a plain text editor
3. change to
4. save, upload and test
If that doesn't work, also change to and see if you get an error message then.
1. download file hesk_settings.inc.php from the server
2. open it in a plain text editor
3. change
Code: Select all
$hesk_settings['check_updates']=1;
Code: Select all
$hesk_settings['check_updates']=0;
If that doesn't work, also change
Code: Select all
$hesk_settings['debug_mode']=0;
Code: Select all
$hesk_settings['debug_mode']=1;
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: Setting page (admin_settings.php) stuck loading...
Fixed!!! Thanks a lot.
I couldn't figure it out because admin_setting.php didn't show any error on script timeout.
Thanks again.
I couldn't figure it out because admin_setting.php didn't show any error on script timeout.
Thanks again.