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
  • #572681

    ali.dukuly
    Participant

    I had the timeout limit increased and still no fix, also deleted all non compatible plugins, deleted and reinstalled theme and still same thing. In addition to that some patch updates won’t also install due to “timeout limit”

    #572685

    Artem Temos
    Keymaster

    Hello,

    We don’t see our theme installed on your website. Please install and activate it so we can check the issue.

    Kind Regards

    #572902

    ali.dukuly
    Participant

    Hi, sorry i uninstalled the them, but I have just installed it again.

    #572945

    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 -> Dummy content, remove previously imported dummy content, and import it from scratch. Let me know if it helps.

    Kind Regards

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