Can't execute SQL :Please notify webmaster at support

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
jonamua1971
Posts: 2
Joined: Fri Aug 31, 2012 1:27 am

Can't execute SQL :Please notify webmaster at support

Post by jonamua1971 »

i moved my site from one server to another and am getting this error:Error:

Can't execute SQL
Please notify webmaster at support@domain.com
Klemen
Site Admin
Posts: 10114
Joined: Fri Feb 11, 2005 4:04 pm

Re: Can't execute SQL :Please notify webmaster at support

Post by Klemen »

You probably either didn't move the HESK database or database login details have changed.

1. open hesk_settings.inc.php in a text editor
2. find:

Code: Select all

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

Code: Select all

$hesk_settings['debug_mode']=1;
4. save and upload to the server
5. open HESK and you should get a better error message explaining where the error is.


Next time it would be better to follow recommended steps for moving HESK between servers:
http://www.hesk.com/knowledgebase/index.php?article=46
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