HESK Script Error - Fresh Installation

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
benoneal89
Posts: 3
Joined: Sun May 01, 2016 1:45 pm

HESK Script Error - Fresh Installation

Post by benoneal89 »

Script URL: Hesk
Version of script: 2.6.7
Hosting company: Local Testing Environment WAMP Server (Apache : 2.4.17 MySQL : 5.7.9 PHP : 5.6.16 PHP : 7)
What terms did you try when SEARCHING for a solution: SQL Error, Fresh Install, invalid default

Write your message below:

During a fresh installation of Hesk I receive the following error message after "continuing to step 4" during the installation process.

Code: Select all

Error:

Can't execute SQL: ...

MySQL said:
Invalid default value for 'dt'

WARNING
Debug mode is enabled. Make sure you disable debug mode in settings once HESK is installed and working properly.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK Script Error - Fresh Installation

Post by Klemen »

Try uploading this file to your "install" folder and see if it works then:
http://www.phpjunkyard.com/extras/hesk2 ... o_date.zip
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
benoneal89
Posts: 3
Joined: Sun May 01, 2016 1:45 pm

Re: HESK Script Error - Fresh Installation

Post by benoneal89 »

That did the trick! What was the issue?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK Script Error - Fresh Installation

Post by Klemen »

You are running MySQL in strict mode (with "no zero dates"), so it doesn't accept "0000-00-00" as the default date.
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
benoneal89
Posts: 3
Joined: Sun May 01, 2016 1:45 pm

Re: HESK Script Error - Fresh Installation

Post by benoneal89 »

AH I didn't even think about MySQL being strict. I appreciate the quick response. Great product so far!
Post Reply