• Resolved coatedpill

    (@coatedpill)


    To begin with , I have a csv to import for orders that is literally huge . ( around 90k+ orders ) and I am having this Request Time Out Error .

    Is there a possible way to import my orders ?

    Thanks !

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @coatedpill,

    Please try increasing the timeout value on your site and try splitting the file into multiple small CSV files and try importing.
    To increase execution timeout, try adding the below line in the wp-config.php file before require_once(ABSPATH . ‘wp-settings.php’);
    set_time_limit(600);

    Thread Starter coatedpill

    (@coatedpill)

    before require_once(ABSPATH . ‘wp-settings.php’);
    set_time_limit(600);

    That line above ?

    Plugin Author WebToffee

    (@webtoffee)

    Hi @coatedpill,

    Yes, please add the line set_time_limit(600); in the wp-config.php file.

    Thread Starter coatedpill

    (@coatedpill)

    Thanks .

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

The topic ‘Request Time Out’ is closed to new replies.