Export / Import Bug?
-
It seems there may be a bug in the export / import feature. With debug = true set, I’m getting a series of mysql insert errors. Seems like the same problem is happening with all of them.
INSERT INTO
blog_ninja_forms(
id,
data,
date_updated`) VALUES (”,’….’, ‘2014-04-09 15:37:38’)
`Essentially what’s happening is an empty string is being passed in for id. With id set to auto increment, the latest version of mysql doesn’t seem to like this. I think more than likely null is the value that should be passed here so the auto increment works. I tested this and the statement executes correctly when you make this change.
- The topic ‘Export / Import Bug?’ is closed to new replies.