paulocastellano Posted October 12, 2016 Share Posted October 12, 2016 Hi, I have this error in setup install: 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted October 12, 2016 Share Posted October 12, 2016 Hello paulocastellano, Thanks for your post on the WHMCS Community Forums. In order to resolve this you will need to remove NO_ZERO_IN_DATE,NO_ZERO_DATE from the SQL Mode on your server in situations like this it is usually what is causing the issue. It is a new SQL mode, sometimes added by default that conflicts with the datetime default values. For more information on SQL Modes, and how to set the SQL Mode for your MySQL environment, please refer to MySQL's official documentation available at the url below. https://dev.mysql.com/doc/refman/5.0/en/sql-mode.html 0 Quote Link to comment Share on other sites More sharing options...
twhiting9275 Posted October 13, 2016 Share Posted October 13, 2016 Just another thought on this , in addition to what Chris mentioned. Make SURE you're not running MySQL in strict mode. This is likely the cause of this, though what Chris mentioned could be valid as well. 0 Quote Link to comment Share on other sites More sharing options...
paulocastellano Posted October 14, 2016 Author Share Posted October 14, 2016 Hello paulocastellano, Thanks for your post on the WHMCS Community Forums. In order to resolve this you will need to remove NO_ZERO_IN_DATE,NO_ZERO_DATE from the SQL Mode on your server in situations like this it is usually what is causing the issue. It is a new SQL mode, sometimes added by default that conflicts with the datetime default values. For more information on SQL Modes, and how to set the SQL Mode for your MySQL environment, please refer to MySQL's official documentation available at the url below. https://dev.mysql.com/doc/refman/5.0/en/sql-mode.html Thanks, solved. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.