Script URL: n/a
Version of script: 0.94
Hosting company: Internal Server
URL of phpinfo.php: n/a
URL of session_test.php: n/a
What terms did you try when SEARCHING for a solution: searching the error message
Write your message below:
Hello, Whenever i try and change any of the settings in the admin console i get the following error message
Please enter your Hesk folder url. Make sure it is a valid URL (start with http:// or https://)
and this is a bit from my config file
/* Website settings */
$hesk_settings['site_title']="The Warwick School";
$hesk_settings['site_url']="http://www.warwick.surrey.sch.uk";
/* Contacts */
$hesk_settings['support_mail']="mail@warwick.surrey.sch.uk";
$hesk_settings['webmaster_mail']="mail@warwick.surrey.sch.uk";
$hesk_settings['noreply_mail']="mail@warwick.surrey.sch.uk";
/* Help desk settings */
$hesk_settings['hesk_url']="http://warwickweb01/hesk";
$hesk_settings['hesk_title']="ICT Helpdesk";
$hesk_settings['server_path']="/var/www/html/hesk";
$hesk_settings['language']="english";
$hesk_settings['max_listings']="15";
$hesk_settings['print_font_size']="12";
$hesk_settings['debug_mode']="0";
$hesk_settings['secimg_use']="0";
$hesk_settings['secimg_sum']="H29PEW9SQR";
Ive also had to turn the secimg off as the image doesnt show up. it just comes up with a box and the red cross in it.
Thank you, ieuuk
Problem with admin console and secimg
Moderator: mkoch227
Hi,
The problem is that "http://warwickweb01/hesk" isn't recognized as a valid URL (invalid domain name). Try opening admin_settings_save.php file in Notepad and replace all hesk_validateURL with hesk_input
As for the security image ou need to have GD library enabled, does the gd_test.php file work (as explained in readme.html)?
The problem is that "http://warwickweb01/hesk" isn't recognized as a valid URL (invalid domain name). Try opening admin_settings_save.php file in Notepad and replace all hesk_validateURL with hesk_input
As for the security image ou need to have GD library enabled, does the gd_test.php file work (as explained in readme.html)?
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
That's an error in the code, thanks for letting me know. Try uploading these files: http://www.phpjunkyard.com/extras/hesk_094_fix1.zip
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