Reply To: Please help memory/code problems

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › Please help memory/code problems › Reply To: Please help memory/code problems

#658
Noa
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