I'm looking for differences in field values between what you posted and existing items.
Here are a few so far:
Code:
SELECT * FROM `items` WHERE `material` = '-1'
SELECT * FROM `items` WHERE `itemtype` = '6'
Since that other item didn't fail for you, you may try looking at the `created` column.
The insert query that you posted shows a malformed timestamp.
Quote:
`updated` = '2016-01-04 15:33:00'
`verified` = '2016-01-03 14:39:28'
`created` = '201613143928'
|