You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect integer value: 'UTC' for column 'HourOffset' at row 1
Replacing the time zone string with the corresponding offset (i.e. Etc/GMT+8 -> +8) is a workaround, however I'm not sure how's the conversion for decimal offsets.
Incorrect datetime value: '' for column 'DateLastActive' at row 1
When DateLastActive's value is \N. I replaced it with 1970-01-01 00:00:00.
I had to do this for other date fields (e.g. DateUpdated) as well.
Incorrect string value: '\xF3zk' for column 'Name' at row 27
Looks like converting the file from ISO-8859-15 to UTF-8 is enough:
I have a PHPBB3 DB with a
user_timezone
column that's varchar(100) and contains things likeThe export then contains these in the
HourOffset
position and the import fails as they are not integers.The text was updated successfully, but these errors were encountered: