Page 1 of 1

admin setting keeps asking for password

Posted: Tue Mar 31, 2009 6:46 am
by ud2008
Script URL:
Version of script: 2.0
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

When I try to edit the admin setting, (the MYSQL database has no password), and when I want to save the settings, I get the message to give a password, but like I said, the MYSQL database has no password, is this an error in the script or is theere a simple solution to solve this.

Posted: Tue Mar 31, 2009 7:56 am
by ud2008
I removed the error message (when the database password is empty) in the admin_settings.php and admin_settings_save.php.

Now the error is gone, but I keep getting the message: "Please enter your website URL. Make sure it is a valid URL (start with http:// or https://)"

I've checked the settings but the title and the URL are correct, so why is this message showing?

I use this Hesk Helpdesk on a local server.

Posted: Tue Mar 31, 2009 9:07 am
by Klemen
In admin_settings_save.php change hesk_validateURL to hesk_input

Posted: Tue Mar 31, 2009 9:25 am
by ud2008
thanks that worked.