Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Installation & Updates › Demo Content Installation › I have a problem to import gwangi-latest.xml
- This topic has 18 replies, 2 voices, and was last updated 6 years, 4 months ago by
Themosaurus.
-
AuthorPosts
-
danielParticipant@mahdi
- 6 Topics
- 20 Posts
Hello dear,
I wish you are feeling good.
Can you please login to my admin panel and import gwangi-latest.xml. I tried many times even I tried manually but still there is a problem and I face a error message. Where can I provide you the username and password of my website?
I guess if I write here, everyone can ready it.
Best regards.
November 25, 2018 at 22:40 #3794@themosaurus- 1 Topics
- 1675 Posts
Hi @mahdi,
Import issues are frequently caused by insufficient memory allocation or file permission misconfiguration for your server.
For better debugging purposes, please first activate logging on your website, just turn WP_DEBUG to true, like following:
define ('WP_DEBUG', TRUE);
You will find this constant in your wp-config.php file.More on this in the following topic: https://codex.wordpress.org/Debugging_in_WordPress
Then, please deactivate all plugins, activate a default WP theme (i.e. Twenty Seventeen) and then try to run the WP Importer with the following file:
https://raw.githubusercontent.com/WPTRT/theme-unit-test/master/themeunittestdata.wordpress.xmlThis may confirm that the problem is related with your configuration and it will give you the necessary error logs to transfer to your server hosting support.
Finally, please also check the WordPress prerequisites here: https://wordpress.org/about/requirements/.
For better performance (and better security) we obviously recommend the version 7.2 for PHP. Nevertheless, if this is not possible for you (server type, incompatibilities with plugins, etc.) we recommend at least version 5.6.X.
We hope this will help.
Regards
November 26, 2018 at 14:36 #3807@themosaurus- 1 Topics
- 1675 Posts
Also, if you feel the need to share sensitive info with us like your error logs or credentials, please set you reply as private.
Regards,
November 26, 2018 at 14:38 #3808@themosaurus- 1 Topics
- 1675 Posts
November 26, 2018 at 18:30 #3828@themosaurus- 1 Topics
- 1675 Posts
Hi @mahdi,
It seems that your demo content import went completely wrong… ?
You’re missing the demo posts, demo pages and demo custom sidebars, which -as you’ve discovered by yourself- are supposed to store your widgets.We’ve logged into your website and manually imported these sidebars and your widgets. This issue is now solved (see attachment from following private reply).
HOWEVER, these sidebars aren’t attached to the pages that they’re supposed to as those are missing… So, you will face new issue when continuing building your website this way! It’s best if you empty your database and start the theme setup from scratch.
Each time you start again with a fresh install, you must follow the steps described in the setup guide: https://doc.themosaurus.com/gwangi-setup-guide/
This guide is also available in your admin panel. Please navigate to “Appearance > About Gwangi > Setup Guide” to open it.As suggested before, please first activate logging on your website by adding the following PHP code snippet to your wp-config.php file:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
In case the demo content import step still goes wrong, it will provide us with the required log files to better help you.
Furthermore, if you want to correctly import contents and widgets related the different plugins, you have to make sure they are activated and configured (like BuddyPress).
Once you followed the steps described in the guide, you will have the same setup as the basic demo: https://basic.gwangi-theme.com/
You can start from there to create your website and add the features you want (shop, agenda, contact forms).
Just follow the documentation posts or support topics from our website.
If you have any further request for help, please don’t hesitate to create more topics on our forums. The more precise is your question, the easier it is for us to help you.
You can rest assured that we will handle your request as soon as possible.
Regards,
November 27, 2018 at 11:45 #3857@themosaurus- 1 Topics
- 1675 Posts
This reply has been marked as private.November 27, 2018 at 11:47 #3859@themosaurus- 1 Topics
- 1675 Posts
Please also note that our theme does not support Youzer and we do not recommend its activation with Gwangi. Integrating both will require further efforts on your part that we will not support.
Regards,
November 27, 2018 at 11:49 #3861danielParticipant@mahdi- 6 Topics
- 20 Posts
Hello dear,
I have tried again and again but it did not work as well.
What I had done, I installed the wp (very pure) – Install the theme – put the below items in the right place :
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );then it’s ready to import xml.
Please login and import xml file because I could not.
Thanks
best regards.
November 27, 2018 at 13:59 #3868@themosaurus- 1 Topics
- 1675 Posts
Hi @mahdi,
Thank you for keeping us updated. We’ve logged into your website and gave a shot to this import… It’s still going nowhere.
Could please share your WP logs in your next reply? You can find the log file under the following path
/wp-content/debug.log
. It will give clues about what’s going wrong with your website.Without this information, we won’t be able to help you further or point you to someone else who could.
Thank you.
November 27, 2018 at 18:03 #3873@themosaurus- 1 Topics
- 1675 Posts
This reply has been marked as private.November 27, 2018 at 22:24 #3881@themosaurus- 1 Topics
- 1675 Posts
Hi @mahdi,
We checked your configuration and it was just necessary to increase two parameters. This allows the import to take a little longer and not to be blocked (404 error).
The demo contents are now successfully imported.
Hope this will help you.Best regards,
November 28, 2018 at 15:03 #3895 -
AuthorPosts
The topic ‘I have a problem to import gwangi-latest.xml’ is closed to new replies.