Regular demo content will load, expanded demos won’t. Tried Agency, Church, Gym, Restuarant. None will load.
Hello @davidayresgroup,
Thanks for writing in! You may have exhausted your PHP memory limit. We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add it before the line
/*That's all, stop editing! Happy Blogging. */
And please also make sure that your PHP time out limit is at least 300ms.
We would loved to know if this has work for you. Thank you.
Hey thanks for the quick response, but it didn’t work.
i added the suggested code(screengrab below:)
I also installed the plugin suggested in the link to raise my PHP time out limit.
Still stalled on it. What else can I try?
Potentially solved it?
I upgraded my PHP server-side from 5.4 to 7.0. Started working right away. Would that have been a contributing factor?
Hi @davidayresgroup,
Yup, that could be it, Wordpress requires PHP 7.3 or higher (5.6 to 7.2 will still do).
Thanks,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.