I got the same issue and now resolved. I did this with my blog:
3. If you do not have access of PHP.ini file then add this to an .htaccess file of your domain:
php_value memory_limit 64M
4. Try to add this line to your wp-config.php file to increase allocated memory to PHP:
define(’WP_MEMORY_LIMIT’, ‘64M’);
Thank You