Tagged Questions
0
votes
3answers
143 views
Allowed memory size exhausted. WordPress side solution
I'm getting a well known error from the question title. The problem is, website is running on a shared server and I don't have access to php.ini file.
I've set `php_value memory_limit' inside ...
1
vote
2answers
256 views
Fatal error: Out of memory
i have a memory issue while NextgenGallery try to create the thumbnails.
Wp-Version is 3.4.1
Fatal error: Out of memory (allocated 29884416) (tried to allocate 2000 bytes) in
...
1
vote
2answers
279 views
Fatal error: Allowed memory size of 146800640 bytes exhausted (tried to allocate 57 bytes) in public_html/wp-includes/rewrite.php on line 1561
I dont know how/why this happened. I was working on my site over the weekend and it was fine. When I came into the office this morning, I went to the site and got this:
Fatal error: Allowed memory ...
0
votes
2answers
692 views
Fatal error: Allowed memory size of … bytes exhausted [closed]
I have tried all the following (although many said I only need either one)
memory_limit = 512M (it's stated in my phpinfo(), this limit was set so long ago that I can't even remember when)
...