Tagged: x
-
AuthorPosts
-
June 30, 2016 at 1:11 pm #1067084
magcomputingParticipantAfter install and activation the drop doen for the sample content is empty? How do I populate this?
June 30, 2016 at 3:30 pm #1067285
JadeModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
July 8, 2016 at 8:18 am #1077865
magcomputingParticipantThis reply has been marked as private.July 8, 2016 at 11:24 am #1078089
DarshanaModeratorHi there,
Upon checking your server environment, I have identified several factors which should related to these issues.
1. You’re running PHP v5.5. WordPress recommends PHP v5.6 or above to avoid any theme & plugin incompatibility issues.
2. With regard to the demo content generation issue, could you please try increasing your php max_execution_time to at least 300, so that the demo content process should run smoothly.
You can ask your hosting provider to do those changes for you.
Additionally, you can try adding the following lines into your wp-config.php file in the root of your WordPress installation.
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );You can add the above code, before the following lines:
/* That's all, stop editing! Happy blogging. */These changes should resolve your issues.
Let us know how it goes.
Thanks! -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1067084 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
