Forums
(@dashitesh)
12 years ago
i was having the same problem on http://www.assamjobs.info. what i did was just increased the php memory. just add the below code to the wp-config.php file right after the <?php. may be it will solve the error.
define(‘WP_MEMORY_LIMIT’, ’64M’);