Jump to content
  • 0

[Solved] H>Invalid default value for 'reg_date'


GM Winter

Question


  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

hello i would like to ask how to fix this i browse and search but didnt find  any solution  1.PNG.e0e9e80ed0d85f044c516f64f65d89da.PNG

Edited by chadness
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

if you will encounter the same error i had you just need to edit this

data/schema/logindb
cp_createlog then edit this part:

`reg_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',

to
`reg_date` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',

Link to comment
Share on other sites

×
×
  • Create New...