- This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Bulk import succesful but no members added
Hi,
While testing Bulk import, I get a message that 1 member has been imported (Succeeded = 1) which is OK but when I go into my members list, that person is not showing. Two days ago it worked and no new plugins were added. Any idea of the problem?
Thanks.
Hi, did you update your WordPress version? Do you know if your host has made any changes to your server? Are you running a cache plugin in your site or server? Is this the first time this has happened to you?
Kind regards.
Hi,
I finally found out the solution. After saving the file in Excel as csv, I had to open it in Notepad because my csv file columns were separated by semi-colon instead of comma (and that would have the importation fail). Second problem I faced was that the files contains French characters. I opened the file in Notepad using ansi encoding so I would not lose the French characters. But when saving it back, I had to change the encoding to utf-8, otherwise I would get the problem I described.
So it was just an encoding problem. Thanks for your help.