Split: When i try to import prebuilt site it stuck on .
-
Can you please send me the fix too? I’m stuck at 15%. I disabled all the plugins, removed all the content and increase the max_time to 300. Modsecurity it is also off.
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.
I did it but please, try it by yourself.
Sorry, but the password seems to be wrong and we can’t enter your dashboard.
I sent you a new one, thank you.
Sorry, but we still can’t enter your admin dashboard with this password.
I checked it again, please try it with the private content data.
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
I already did that all of that before posting here. I did it again but didn’t fix the problem. Please, try by your own.
Attachments:
You must be
logged in to view attached files.
Currently, we can’t even your home page because of PHP errors. https://gyazo.com/e36beb17ddf5636b5acf74cb630e1ad0
You need to contact your hosting provider and ask to increase PHP memory limit for your website in order to fix this.
I increased memory to 512 and now the content was imported, thank you for your help.
Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.
The topic ‘Split: When i try to import prebuilt site it stuck on .’ is closed to new replies.