Jump to content
  • 0

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


Question

1 answer to this question

Recommended Posts

  • 0
Posted

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',

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...