Error when Upgrading from 0.94 to 2.0 - Can't execute SQL

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
TechJammer
Posts: 3
Joined: Sun Jul 05, 2009 9:53 pm

Error when Upgrading from 0.94 to 2.0 - Can't execute SQL

Post by TechJammer »

Script URL: http://www.hansfredrik.no/helpdesk
Version of script: 2.0
Hosting company: GoDaddy
URL of phpinfo.php: http://www.articlesonline.ws/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
- Can't execute SQL
- php 5.2.5
- mysql 5.0.18

Write your message below:

When I try tp upgrade the script, I get all the way to step 4 and then receive the error "Can't execute SQL". All previous steps pass testing.

I verified DEBUG is active in the hdesk script, but I don't see any detailed information about the error. I'm sure the DB access information is correct, because the site was working at version 0.94 with the same settings.

Are there any compatibility issues with the PHP or MySQL versions I am using (listed above), or possibly a compatibility problem which is unique to GoDaddy hosting?

Thanks!
TechJammer
[url=http://www.easyarticlesubmit.com]Easy Article Submit[/url] | [url=http://www.bjc-computer-services.com/downloads/article-dashboard-import-scripts.htm]Article Import Scripts[/url]
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

The problem is most likely that you actually have version 0.94.1 and not 0.94. Download your hesk_settings.inc.php file and change

Code: Select all

$hesk_settings['hesk_version']='0.94';
to

Code: Select all

$hesk_settings['hesk_version']='0.94.1';
Then upload the modified settings file, close all browser windows and try to upgrade again.
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
TechJammer
Posts: 3
Joined: Sun Jul 05, 2009 9:53 pm

SQL Error

Post by TechJammer »

Thanks Klemen,

I'll try this out and let you know how it works...
TechJammer
[url=http://www.easyarticlesubmit.com]Easy Article Submit[/url] | [url=http://www.bjc-computer-services.com/downloads/article-dashboard-import-scripts.htm]Article Import Scripts[/url]
TechJammer
Posts: 3
Joined: Sun Jul 05, 2009 9:53 pm

Fixed

Post by TechJammer »

I changed the setting above, and the upgrade completed successfully! Sorry it took so long to get this completed!

Best Wishes, and Thanks!
TechJammer
[url=http://www.easyarticlesubmit.com]Easy Article Submit[/url] | [url=http://www.bjc-computer-services.com/downloads/article-dashboard-import-scripts.htm]Article Import Scripts[/url]
Post Reply