Move Helpdesk to another host

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
amsnet
Posts: 2
Joined: Thu Dec 18, 2014 2:21 am

Move Helpdesk to another host

Post by amsnet »

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.
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Move Helpdesk to another host

Post by mkoch227 »

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 Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
amsnet
Posts: 2
Joined: Thu Dec 18, 2014 2:21 am

Re: Move Helpdesk to another host

Post by amsnet »

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

Re: Move Helpdesk to another host

Post by Klemen »

This is probably either a username/password typo or a permissions problem.

Try opening file "hesk_settings.inc.php", find:

Code: Select all

$hesk_settings['debug_mode']=0;
and change it to:

Code: Select all

$hesk_settings['debug_mode']=1;
You should get a more descriptive error message then telling where the connection fails.
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