Script URL: http://www.ezinet.com.au/helpdesk
Version of script:
Hosting company: MeWebHost
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: 'change host", "move helpdesk', 'new host'
Write your message below:
I have had to move my site from one host to another. Created a new DB and imported from old. All info is in DB. Changed the DB settings in hesk_settings.inc.php to point to new db. but message is Cannot connect. Maybe I should just do a fresh install in the new site. Any ideas would be welcome.
Move Helpdesk to another host
Moderator: mkoch227
Re: Move Helpdesk to another host
Are you sure the connection settings are correct? I would personally create another HESK installation separate from your current one (separate DB and everything), and see if you can connect that way.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: Move Helpdesk to another host
Thanks Mike
I believe it is the connection info stored within Heck somewhere as I can open the DB and read as SQL. Just cannot connect.
Nev
I believe it is the connection info stored within Heck somewhere as I can open the DB and read as SQL. Just cannot connect.
Nev
Re: Move Helpdesk to another host
This is probably either a username/password typo or a permissions problem.
Try opening file "hesk_settings.inc.php", find:
and change it to:
You should get a more descriptive error message then telling where the connection fails.
Try opening file "hesk_settings.inc.php", find:
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