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

    (@carazo)

    ewebfactory,

    Yes it seems to be that. You can set your WP_DEBUG to true to see it, but although in the script we made a set_time_limit(0) to make it undefined, most shared server doesn’t allow that.

    Create a ticket for your hosting and ask.

    Thread Starter ewebfactory

    (@ewebfactory)

    Thanks for the reply.
    I have access to php.ini.
    The max_execution_time is 60, may be affected?

    Plugin Author Javier Carazo

    (@carazo)

    Set it to 0, but althoug you change it, maybe your server is going to ignore it.

    Try and tell the hosting if it is not enough.

    Thread Starter ewebfactory

    (@ewebfactory)

    Hi, for the Hosting there is no problem.
    The excution stops after about 4 minutes.
    The csv file size is 167kb (only Username,Password,Email), but the rows is 10000.
    Can be the browser’s timeout? I use Chrome.

    Plugin Author Javier Carazo

    (@carazo)

    ewebfactory,

    That’s strange, try with another browser and if the problem persists, it would be problem of the server.

    You can split the file anyway (167kB of data in text format is a big file).

    Plugin Author Javier Carazo

    (@carazo)

    I am going to close this thread, if need something more, open a new one.

    Thanks.

    Plugin Author Javier Carazo

    (@carazo)

    Closed thread.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Importing large csv file with over 10000 rows’ is closed to new replies.