X Theme - Auto Demo Theme will not install
Hello Scott,
Thanks for writing in!
There are several reason why the demo content will not install. The most common one is the exhaustion of the 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 also please make sure that the PHP maximum execution time is at least 300s.
Please check this out:
We would loved to know if this has work for you. Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.