Importing members into Membership 2
-
I am having trouble with importing members into Membership 2. I am starting from scratch and not upgrading from the old membership plugin in this case.
I tried exporting data to see the format of the file so that I could upload the proper file and get the message:
“Fatal error: Class ‘MS_Addon_Coupon_Model’ not found in /home/content/19/9141419/html/realms/wp-content/plugins/membership/app/model/import/class-ms-model-import-export.php on line 193”
so I tried udpating the htacess file as suggested in a thread I found to:
<Files *.json>
ForceType application/octet-stream
Header set Content-Disposition attachment
</Files>
But that did not work.I also tried using https://codebeautify.org/csv-to-xml-json/cb309cb3 to convert the csv I have to json file as suggested in another thread. I downloaded the json file after conversion from csv and when I attempt to upload the file in Memebership 2, it says “No valid export file uploaded, please try again.”
- The topic ‘Importing members into Membership 2’ is closed to new replies.