Wordpress Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /wp-includes/meta.php on line 837

admin

Administrator
Staff member
I am new in wordpress. i am getting below error.

<blockquote>
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried
to allocate 72 bytes) in
/wp-includes/meta.php on line 837
</blockquote>

while accessing new post page. and also i have added below code in htaccess file.

Code:
&lt;IfModule mod_php5.c&gt;
php_value memory_limit 512M
&lt;/IfModule&gt;

Please help me to sort out this issue.