Plugin install – Fatal error: Out of memory, Host RAM is 2GB
-
Hello, I am hoping someone can help me. I’ve spent hours on this today, trying to problem solve an out of memory error when trying to install a plugin for Simple Press, and although I’ve paid them for premium support, they are not helping me problem solve this.
When I go to install a plugin for the plugin, I get this out of memory error:
Fatal error: Out of memory (allocated 76808192) (tried to allocate 53 bytes) in ****/wp-includes/capabilities.php on line 778
But I checked my server, and I have 2GB of RAM. Searching, I found suggestions to edit .htaccess, php.ini, and wp-config, which I did.
When I edit .htaccess my site crashes. I created the php.ini and put this in it:
<? phpinfo(); ?> memory_limit = 128M
I then put the php.ini in my wp-admin folder.
I also added the following code just above the last entry in my wp-config:
define('WP_MEMORY_LIMIT', '128M');
If anyone has any suggestions on what I could try next, I’m all ears!
- The topic ‘Plugin install – Fatal error: Out of memory, Host RAM is 2GB’ is closed to new replies.