Home Forums WoodMart support forum The import could not be completed due to a low timeout limit on the server.

The import could not be completed due to a low timeout limit on the server.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #587115

    jimmymoussa99
    Participant

    can you plz help me with this error and how to fix it

    The import could not be completed due to a low timeout limit on the server.

    Attachments:
    You must be logged in to view attached files.
    #587186

    Artem Temos
    Keymaster

    Hello,

    To fix the issue try to edit the file wp-content/plugins/woodmart-core/importer/class-wp-import.php and add the following code after the line $url = str_replace( 'http:', 'https:', $url ); as shown on the screenshot https://gyazo.com/5346a3735046082f80b6651c8452a7a6

    if ( strpos( $url, 'wp-content/uploads/' ) && strpos( $url, '/dummy.xtemos.com/' ) ) {
        $url = str_replace( 'https://dummy.xtemos.com/', 'https://woodmart-dummy.b-cdn.net/', $url );
    }

    After doing this, go to WoodMart -> Prebuilt websites, remove previously imported dummy content, and import it from scratch. Let me know if it helps.

    Kind Regards

    #587726

    jimmymoussa99
    Participant

    Thank you so much , this domain used to have a website installed and a theme installed on it so i had to remove wordpress and re installed it everything works fine now

    #587895

    Artem Temos
    Keymaster

    Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.

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

The topic ‘The import could not be completed due to a low timeout limit on the server.’ is closed to new replies.