-
-
I have upgraded to 1.2.4 and I am unable to import dummy data.
I am currently attempting to import the “Default” theme.
If I do an import all, I get an error stating “Your backup or demo doesn’t contain sidebar_widgets.txt file.”
If I do an import of the content, it goes 100% and says its successful, however none of the pages are found in the pages section.
If you have an updated XML file, I would like to try that.
Thank you.
-
-
-
Hello,
I tried to import the demo data from the .xml file but it failed.
Please contact your host provider about the issue.
Or you can install the theme and dummy data on localhost and export the site and database on the host.
Then you must replace all the links in Db, we suggest you use the WP Import Db plugin for that.Here is the .xml file if you want to try it: https://www.filedropper.com/specular-responsivemulti-purposethemewordpress2015-02-17
Best regards!
-
I installed the theme on localhost and I attempted to do an import and it stopped at 30%.
Can you send me an archive of the database and I’ll just restore that into localhost.
-
Hello,
You need to increase max execution time. For Xampp version on Windows:
Add this line to xampp\phpmyadmin\config.inc.php
$cfg['ExecTimeLimit'] = 6000;
And Change xampp\php\php.ini to:post_max_size = 750M upload_max_filesize = 750M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000M
Then you can use the .xml file, in the above reply.
Let us know.Best regards!
-
Thanks Ruco, that worked!
I did have some errors that popped up, but I think I have everything that I need. Here are those errors for your records:
Failed to import “Woo Logo”: Invalid post type product
Failed to import “Premium Quality”: Invalid post type product
Failed to import “Ship Your Idea”: Invalid post type product
Failed to import “Ninja Silhouette”: Invalid post type product
Failed to import “Variation #23 of Ship Your Idea”: Invalid post type product_variation
Failed to import “Flying Ninja”: Invalid post type product
Failed to import “Premium Quality”: Invalid post type product
Failed to import “Woo Ninja”: Invalid post type product
Failed to import “Woo Album #1”: Invalid post type product
Failed to import “Woo Album #3”: Invalid post type product
Failed to import “Woo Single #1”: Invalid post type product
Failed to import “Woo Ninja”: Invalid post type product
Failed to import “Happy Ninja”: Invalid post type product
Failed to import “Ship Your Idea”: Invalid post type product
Failed to import “Woo Ninja”: Invalid post type product
Failed to import “Patient Ninja”: Invalid post type product
Failed to import “Happy Ninja”: Invalid post type product
Failed to import “Ninja Silhouette”: Invalid post type product
Failed to import “Woo Logo”: Invalid post type product
Failed to import “Ship Your Idea”: Invalid post type product
Failed to import “Woo Logo”: Invalid post type product
Failed to import “Woo Album #2”: Invalid post type product
Failed to import “Woo Album #4”: Invalid post type product
Failed to import “Woo Single #2”: Invalid post type product
Failed to import “Variation #24 of Ship Your Idea”: Invalid post type product_variation
Failed to import “Contact form 1”: Invalid post type wpcf7_contact_form
Failed to import “Variation #41 of Ship Your Idea”: Invalid post type product_variation
Failed to import “Variation #42 of Ship Your Idea”: Invalid post type product_variation
Failed to import “Offer Form”: Invalid post type wpcf7_contact_form
Failed to import “Order – January 30, 2015 @ 08:16 AM”: Invalid post type shop_order -
Hello,
It’s because you don’t have installed WooCommerce and Contact form 7.
Hope you have installed all the content you need. Let us know if you need further support.Best regards1
-
You must be logged in to reply to this topic.