• I get a lot of errors and waste of time, trying to update users using id column. Using that column gives always critical error. I delete that column and import worked fine. Plese delete the phrase “You can use a column called id in order to make inserts or updates of an user” from you FAQ. Is SO MISLEADING.

    • This topic was modified 1 year, 1 month ago by cchavarria.
Viewing 1 replies (of 1 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @cchavarria,

    Thank you for your review. I really have to improve that part but not eliminate it because knowing the nature of that data, it is very useful in certain circumstances.

    The ID is an integer that univocally identifies a user in an installation. The ID is of type autoincremental and behaves as a foreign key of other tables, by default of a few, posts, comments and usermeta.

    For all this… it is a data that if you handle it you must know very well what you are doing. That’s why I will do two things: the first one is to improve the error handling.

    What kind of value were you using?

    The second is to point out the complexity and the problems derived from using this data.

    Thanks again!

Viewing 1 replies (of 1 total)
  • The topic ‘Great plugin, but documentation is confusing’ is closed to new replies.