Not getting all user while exporting user data

This topic contains 5 replies, has 2 voices, and was last updated by  Guust 5 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #3368

    Romit Solanki
    Buyer
    Post count: 40

    Hi Team,

    I have more than 20 registered users in my test site(https://test.learninginks.com) and while exporting users i am only getting 20 unique users in CSV files. The same issue is happening on live site(https://in.learninginks.com).

    I am using latest version of userwp plugin (Version 1.0.20)

    Could you please check. Attaching Export Users Data CSV file of the testing site.

    Thanks
    Romit

    #3369

    Guust
    Moderator
    Post count: 29970

    That bug is being fixed shortly.
    You can use this PHP code snippet until the bug is fixed:

    
    
    add_filter('uwp_import_export_per_page', 'uwp_import_export_per_page_cb');
    function uwp_import_export_per_page_cb(){
    	return 100; //change the count you want but make sure it doesn't exhaust the memory limit.
    }

    Thanks

    #3370

    Romit Solanki
    Buyer
    Post count: 40

    Thanks, Guust for help. Changes are working fine. Could you please let me know the maximum count because currently, I am having 200+ registered user in live site.

    #3371

    Guust
    Moderator
    Post count: 29970

    That depends on your server but 300 should fine.

    #3372

    Romit Solanki
    Buyer
    Post count: 40

    Thankyou 🙂

    #3373

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket