Fatal error help

peeter

Newbie
Joined
Jul 1, 2013
Messages
31
Reaction score
0
hi i have a problem to open my wp site :
Fatal error: Allowed memory size of 6710.... bytes exhausted (tried to allocate 86 bytes) in /home/a986..../public_html/wp-includes/capabilities.php on line 685
 
on cpanel or plesk you have to give your PHP more space to work set it to 64 and it will work fine
 
PHP settings -> memory_limit
just tell me what you use cpanel or what?
 
i have [TABLE="width: 600"]
[TR]
[TD="class: e, bgcolor: #CCCCFF"]memory_limit[/TD]
[TD="class: v, bgcolor: #CCCCCC"]64M[/TD]
[/TR]
[/TABLE]
 
Ok then set it to 128 or 256 or just show the code which uses so much memory
 
Increase the value in /etc/php.ini

E.g.
memory_limit = 128M
 
Back
Top