Home Forums WoodMart support forum Prebuilt websites Import fail

Prebuilt websites Import fail

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #572682

    official-1624
    Participant

    facing the same problem, keep the requirement plugin active, but still cannot install the prebuilt website, stuck in 30%. Already set maxExecution to 40000, and maxInputvars to 10000. Still show “The import could not be completed due to a low timeout limit on the server. You need to contact your hosting provider and ask them to increase it to 300 seconds.” I want to download “Coffee” theme. Do you have other way that I can install it through FTP?

    #572686

    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

    #572707

    official-1624
    Participant

    Yes, that work, done for download and import thank you

    #572708

    Artem Temos
    Keymaster

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

    #572709

    official-1624
    Participant

    My website host is Hostinger, Website->Filemanager->Online File maneger-> go to the path “wp-content/plugins/woodmart-core/importer/class-wp-import.php” -> scroll to line 1147 -> add the content -> back to woomart-core and re- import the content.

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