Hello my website http://seozz.in/ has error of memory allocation error my memory limit is 64M any one give me solution for this?
Configure/Reconfigure your php.ini file (cPanel allows you to do this most of the time). You could also try and increase the memory limit within wp-config.php, Look for the below line define('WP_MEMORY_LIMIT', '64M'); Code (markup): If you cannot find it add this define('WP_MEMORY_LIMIT', '96M'); Code (markup): Otherwise speak with your Hosting provider. EDIT::: After looking at your site... I see the following. Allowed memory size of 256MB exhausted (either set in your config, or overall daemon config)... Your WP install is trying to allocate 3.2MB of Memory, which it is unable to do due to the above. Is this a VPS or Server you manage? Or provided by a Service Provider?
cPanel allows you to change php.ini? Since what version? WHM(if you don't have it - ask your host if they can do something about it, most will say no as they risk high system loads) will allow you under service configuration or via ssh(plenty of guides online) Just dont forget to restart httpd(apache) after you edit it.