blakbord Posted September 15, 2016 Share Posted September 15, 2016 how to fix this? I'm using latest fluxcp, and WAMPSERVER in my PC.. thanks.. bump for this.. Quote Link to comment Share on other sites More sharing options...
0 Rahul Dev Posted October 9, 2016 Share Posted October 9, 2016 The above fix by daewin should work. Though he did not told the fluxcp file location. You can change it in fluxcp inside folder data/schemas/logindb/cp_createlog*****.sql `reg_date` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', 1 Quote Link to comment Share on other sites More sharing options...
0 blakbord Posted September 17, 2016 Author Share Posted September 17, 2016 anybody here? I really need to know how to fix this.. thanks.. Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted September 17, 2016 Share Posted September 17, 2016 Re-check you application and server file configuration.. they match with your MySQL database? Quote Link to comment Share on other sites More sharing options...
0 blakbord Posted September 18, 2016 Author Share Posted September 18, 2016 yes it matches all in my MySQL.. Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted September 18, 2016 Share Posted September 18, 2016 Well.. I guess there is some mss configuration in installer in theams.. we don't touch that folder in general while install.. I think you better.. retry with frsh flux Or pm me Quote Link to comment Share on other sites More sharing options...
0 blakbord Posted September 18, 2016 Author Share Posted September 18, 2016 one more thing when I run my test server this is the error.. Quote Link to comment Share on other sites More sharing options...
0 Akkarin Posted September 20, 2016 Share Posted September 20, 2016 Welp, something is screwed because `birthdate` accepts 0000-00-00 as it's not-null default value: `birthdate` DATE NOT NULL DEFAULT '0000-00-00', I'm wondering if there's something within Windows that causes format discrepancies between dates, maybe it's something hardcoded? Dunno, it's a wild stab in the dark. Or rebuild your `login` table. Quote Link to comment Share on other sites More sharing options...
0 daewin Posted October 9, 2016 Share Posted October 9, 2016 I fixed this by using the default values '1000-01-01 00:00:00' for the DATETIME type, and '1000-01-01' for the DATE type. Occurs both in main.sql and logs.sql. Hope this helps! Quote Link to comment Share on other sites More sharing options...
0 Akkarin Posted October 11, 2016 Share Posted October 11, 2016 I guess it was too much to submit this as a pull request. Quote Link to comment Share on other sites More sharing options...
0 blakbord Posted October 17, 2016 Author Share Posted October 17, 2016 thank you guys for helping me.. that fixed my problem.. Quote Link to comment Share on other sites More sharing options...
0 skwal Posted August 5, 2020 Share Posted August 5, 2020 The real issue is with the MySQL 5.7 server. It doesn't accept invalid custom date value for datetime field. A quick solution would be to run SET SQL_MODE='ALLOW_INVALID_DATES'; In your mysql server. You can also do this inside your phpMyAdmin panel in the Query tab. Quote Link to comment Share on other sites More sharing options...
how to fix this? I'm using latest fluxcp, and WAMPSERVER in my PC.. thanks..

bump for this..
Link to comment
Share on other sites