Support › Forums › Support (Legacy) › Please help memory/code problems › Reply To: Please help memory/code problems
09/07/2015 at 9:22
#658
Keymaster
An error like this has to do with your hosting company.
There seems to be a limit in the memory, so I’d increase the memory by inserting the following code to the wp-config file:
define( 'WP_MEMORY_LIMIT', '64M' );
The following is a link to a WP guide regarding this issue:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
