Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3123 bytes) in /home/x/domains/domain.com/public_html/wp-content/db.php on line 1568
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3123 bytes) in /home/x/domains/domain.com/public_html/wp-content/db.php on line 1568
Try increasing wordpress memory add the following to your wp-config.php:
/** Increase memory size from default 32mb. */
define('WP_MEMORY_LIMIT', '64M');
This topic has been closed to new replies.