Home Forums WoodMart support forum 300 seconds

300 seconds

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #586576

    dariuspivariunas
    Participant

    Hello,
    I have a problem with WoodMart. I want to import the WoodMart prebuilt website, but it throws an error: 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 called my provider and they said it is set to 300. Are there any other ways to solve this problem? I tried deleting all plugins and adding code.
    Thank you for your help!

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

    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

    #586641

    dariuspivariunas
    Participant

    Hello, I tried this before, but it didn’t work.

    #586645

    Artem Temos
    Keymaster

    Hello,

    Please disable any plugins not directly related to our theme and provide us with your admin access details. We will log in to your dashboard and investigate the issue. Please ensure that you only keep the following plugins that are necessary for our theme to work correctly:
    – WoodMart core
    – WooCommerce
    – Elementor/WPBakery Page Builder

    Thank you in advance.

    #586678

    dariuspivariunas
    Participant

    Added private content

    #586688

    Artem Temos
    Keymaster

    We have fixed this issue on your website and imported the dummy content. Please check your website now.

    Kind Regards

    #586710

    dariuspivariunas
    Participant

    Thank you!

    #586711

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

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

The topic ‘300 seconds’ is closed to new replies.