Hi there,
You may need to increase your PHP memory limit. Try adding the following line to wp-config.php before "That's all, stop editing! Happy blogging.":
/** Memory Limit */
define('WP_MEMORY_LIMIT', '96M');
Let me know if the issue persists.
Hi there,
You may need to increase your PHP memory limit. Try adding the following line to wp-config.php before "That's all, stop editing! Happy blogging.":
/** Memory Limit */
define('WP_MEMORY_LIMIT', '96M');
Let me know if the issue persists.