• Resolved rollette

    (@rollette)


    Hi, is there a limit in number of user export? We have almost 25,000 users in WP and every time I try to do an export the csv only gives me over 2,000 records. How do we fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Javier Carazo

    (@carazo)

    No, there are no limits. The problem comes when the server cut the execution.

    Increase your max execution and proxy wait times there.

    Thread Starter rollette

    (@rollette)

    Thank you. I apologize but I’m a newbie at this. Are you able to tell me what exactly is that I need to edit and by how much? I tried the wp-config.ph > set_time_limit(300); and it didn’t work. Other methods that was suggested is to edit .htaccess > php_value max_execution_time 300 and php.ini > max_execution_time = 300 . How does other users address and fix the same issue that I am having? Thank you!

    Plugin Author Javier Carazo

    (@carazo)

    Those limits are set by hosting. You cannot change it in htaccess or wp-config.php (they do not allow).

    Talk to your hosting.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘User Export limit’ is closed to new replies.