Forums
(@amjadakmal)
14 years, 9 months ago
Just set this command in your wp-config.php
ini_set(‘memory_limit’, ’64M’);
OR
ini_set(‘memory_limit’, ’32M’);
This will increase the memory limit for the php pages. You can try 32 MB first, If it does not work then try the first one.