Support only during business hours : Monday to friday, from 8:30 am – 5:30 pm CEST

Due to the decrease in our staff due to vacations, our response time may be longer.

Be sure we're doing our best to manage your topic as soon as possible.

Missing pages shown on the demo

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • Matt
    Participant
    • 1 Topics
    • 8 Posts
    @mathewhiatt

    The them import and installation completed without any errors, but it looks like I’m missing most of the pages shown in the demo. There’s no Home page or anything.

    Roboraptor
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 422 Posts
    @roboraptor

    Hi there,

    Thanks for getting in touch!

    We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.

    We really thank you for your patience!

    In the meantime, feel free to check out our documentation resources for more help: https://doc.themosaurus.com/

    Kind regards,

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6760 Posts
    @themodactyl

    Hi Matt,

    Thank you for buying our theme. We hope it will meet all your expectations! 🙂

    Perhaps there might be an upload limit that prevents the the setup form complete. In this case, we really suggest you to reset your WordPress database using WP Reset (https://wordpress.org/plugins/wp-reset/) and start fresh with our setup wizard. But before that, please activate logging on your website. Just turn WP_DEBUG to true, by pasting the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:

    // 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 );

    More on this in the following topic: Debugging in WordPress.

    This way, if the import is not completed, we’ll might have a clue of chat’s going on.

    Thank you.

    Matt
    Participant
    • 1 Topics
    • 8 Posts
    @mathewhiatt

    Hello,

    I did exactly as you said and now it shows even fewer pages.

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6760 Posts
    @themodactyl

    Hi Matt,

    Since you’ve met this error again when running the demo setup, thanks to the code snippet that you’ve recently added to your wp-config.php file, we should be able to read the error.

    Could you share the content of your debug.log file with us please? You can post the content of this file as plain text in your next reply and mark it as private to keep this between us.

    After having reviewed your next reply, we’ll be able to tell you if the issue is caused by our product, a third party plugin or any type misconfiguration on your server.

    If we’re not able to help, we’ll recommend you to transfer the error logs to the plugin author or to your server hosting support.

    Thank you.

    Matt
    Participant
    • 1 Topics
    • 8 Posts
    @mathewhiatt
    This reply has been marked as private.
    Kevin
    Participant
    • 1 Topics
    • 3 Posts
    @kevkejuh

    Seems like I cannot make an own topic, but It seems I cannot edit the basic text in the demo pages… can someone please show what I am doing wrong?

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6760 Posts
    @themodactyl

    Hi Matt,

    Thanks for sharing those logs. I don’t see any fatal errors in your debug output—only notices about translation loading running too early and a few deprecation warnings—so these aren’t what’s preventing the demo import. Instead, the fact that your import never completes points to a server-side limit or timeout during the setup process.

    Here’s what I suggest checking next:

    1. PHP execution time
      If your server’s max_execution_time is too low, the setup wizard can time out before it finishes importing all pages. Try raising it to at least 300 seconds (or 0 for no limit) in your php.ini or via your host’s control panel.
    2. Memory limit
      Although you didn’t hit a “memory exhausted” error here, having a higher memory_limit (e.g. 256M or 512M) will give the import more headroom. You can follow the “Step 2.2 – Memory limit” of this article : Demo Import Troubleshooting – Common Issues and Resolutions
    3. Upload and post size
      Ensure upload_max_filesize and post_max_size are large enough to handle our demo assets (at least 64M each). Also explained in the same step of the previous article.
    4. Disable debugging during import
      Running with WP_DEBUG and WP_DEBUG_LOG on can significantly slow down processes that fire many hooks—like our setup wizard. This might be why you have less content than before when running the theme setup. Set them back to false while running the import.

    Once you’ve increased those limits and turned off debugging, please reset your database (using WP Reset) and run the theme setup again. That should allow the wizard to complete and import all of the demo’s pages and content.

    Let me know how it goes!

    Matt
    Participant
    • 1 Topics
    • 8 Posts
    @mathewhiatt

    Hello,

    The max limits were already set to your recommendations prior to the theme’s upload.

    Matt
    Participant
    • 1 Topics
    • 8 Posts
    @mathewhiatt

    I set the max execution time to 0 and re-uploaded the theme. These plugins were not able to be installed.

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6760 Posts
    @themodactyl

    Hello Matt,

    Thank you for your feedback.

    Regarding the BuddyPress Xprofile Custom Field Types plugin, you can download it manually here: https://www.buddyboss.com/integrations/buddypress-xprofile-custom-field-types/

    Regarding the second plugin, please be aware that it is no longer required. GamiPress now includes the integration with BuddyPress automatically.

    Can you confirm that all of your pages have been imported?

    Best regards,

    Matt
    Participant
    • 1 Topics
    • 8 Posts
    @mathewhiatt
    This reply has been marked as private.
    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6760 Posts
    @themodactyl

    Hello Matt,

    I apologize for the oversight in my previous response.

    Regrettably, until the plugin’s authors have resolved the security vulnerability, installation will not be possible for this plugin.

    However, the plugin should not impede the content import process. Have you diligently followed all the steps outlined in the article I previously provided? The « Step 3 – server’s timeout period » may be particularly helpful. If these steps have not been successful, and all other steps have been completed, kindly provide us with the information specified in « Step 4 – Send information to Themosaurus. ».

    Best regards,

    Matt
    Participant
    • 1 Topics
    • 8 Posts
    @mathewhiatt

    Hi Manathan,

    Yes, I provided you with screenshot proof that I followed all of the steps, including the server’s timeout period. I tried setting it to both 0 and 300, neither made a difference. I provided you with the debug log in step 4. I also provided you with my login details to verify everything was done correctly.

    Matt
    Participant
    • 1 Topics
    • 8 Posts
    @mathewhiatt

    Hello,

    I worked with someone from my hosting service and we could not figure it out. They requested that I provide them with the server requirements required for this theme. Can you please send those to me?

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

You must be logged in to reply to this topic.

Troubleshooting Demo Imports

You're trying to setup your theme but you're experiencing errors when importing the demo content? Or you've just followed the setup guide but your website doesn't look exactly like our demo? These are common issues for which you can find easy and quick fixes.

Happy With our Support So Far?

Feel free to review our theme on Themeforest! It helps us making our products more known to new potential customers, which allow us more time to improve the quality and develop new features. #SharingIsCaring ❤️

Discover MatchPress

Skip • Like • Super-Like

Add powerful matching features like Member likes, skips, super likes, conditional private messaging and much more.

Setup Your Cera or Gwangi powered Community Website and Turn it into an iOS and Android App

15% discount for Cera users

To unleash the full power of your Cera or Gwangi theme, we have partnered with the Zipline team. Your community website can now be fully setup and turned into your very own custom app for iOS and Android.

Whether you've newly acquired the theme or already got your site up and running, Zipline got you covered. And we got you an incredible discount.

Holiday, Weather & Festive effects
to pimp your WordPress Site