Home › Forums › WoodMart support forum › import could not be completed due to a low timeout limit on the server
import could not be completed due to a low timeout limit on the server
- This topic has 8 replies, 2 voices, and was last updated 1 year, 3 months ago by
Artem Temos.
-
AuthorPosts
-
August 8, 2024 at 8:24 am #588870
stevewuiyiParticipantThe import (Prbuilt websites) 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.
which timeout limit on php.ini or other config we should to modify
August 8, 2024 at 9:12 am #588884
Artem TemosKeymasterHello,
To fix the issue try to edit the file
wp-content/plugins/woodmart-core/importer/class-wp-import.phpand add the following code after the line$url = str_replace( 'http:', 'https:', $url );as shown on the screenshot https://gyazo.com/5346a3735046082f80b6651c8452a7a6if ( 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
August 8, 2024 at 9:59 am #588906
stevewuiyiParticipantThanks for your reply.
unfortunately after edit file and try again import 15% stop and show out red inform “”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.””” same condiction
myserver status
Server
PHP Version:
8.3.9
PHP Post Max Size:
1000M
PHP Time Limit:
2000
PHP Max Input Vars:
10000
PHP Memory Limit:
1024M
PHP Upload Max Size:
300M
PHP Function “file_get_content”:
On
DOMDocument:
Yes
Active Plugins:
13
LogoAugust 8, 2024 at 10:07 am #588910
Artem TemosKeymasterHello,
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 BuilderThank you in advance.
August 8, 2024 at 10:14 am #588912
stevewuiyiParticipantour website under development and must via VPN access to my client office
I will disable any plugins and try againAugust 8, 2024 at 11:10 am #588946
stevewuiyiParticipantHello after uninstall and reinstall still same condiction
and I actived Theme license woodmart but my account Subscriptions show out no product actived
Is this reason ? We can’t import prebuilt websites ??
August 8, 2024 at 12:21 pm #588970
Artem TemosKeymasterWe need to be able to check your website to understand what is wrong with the import function.
August 10, 2024 at 4:59 am #589411
stevewuiyiParticipantFinally we import completed, it may our bandwidth or after change to $url = str_replace( ‘https://dummy.xtemos.com/’, ‘https://woodmart-dummy.b-cdn.net/’, $url ); and new server working good condiction
Thanks for your supportAugust 12, 2024 at 9:17 am #589575
Artem TemosKeymasterGreat, we are glad that you sorted it out. Feel free to contact us if you have any further questions.
-
AuthorPosts
Tagged: Import
The topic ‘import could not be completed due to a low timeout limit on the server’ is closed to new replies.
- You must be logged in to create new topics. Login / Register
