|
|
|
|
|
|
Re: Click "Category Manager" = Fatal Error out of memory [message #187536 is a reply to message #187535] |
Tue, 24 July 2018 16:46 |
|
GaryM
Messages: 118 Registered: May 2013 Location: Seattle
Karma: 3
|
Senior Member |
|
|
If I see this correctly PHP is trying to allocate 268 MB
So take a look in your detailed PHP settings: Admin --> System Info --> Detailed PHP Info
Look for this line in the Core section "memory_limit 90M" - Mine is set for 90MB
I suspect you've exhausted this setting in your php.ini. You might want to increase that to 384M or something similar.
I'm surely not the expert but google and some poking around on my forum give me some clues. I hope this helps...
http://vintagegruen.org
|
|
|
|
Re: Click "Category Manager" = Fatal Error out of memory [message #187538 is a reply to message #187536] |
Thu, 26 July 2018 15:44 |
|
Elliaison
Messages: 18 Registered: February 2011
Karma: 0
|
Junior Member |
|
|
I checked the memory limit it was set to 256MB which should be enough. I only have about 20 categories to display. But I increased it to 512MB to see what happens.
Now, the error changes to include the increased memory. Here is the new error:
Quote:Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 536870920 bytes) in /home8/mastert4/public_html/elliaison/forum/adm/admcat.php on line 120
I'm starting to think I have a bug that is trying to use the maximum memory available plus 8? (I noticed that it is trying to allocate 8 bytes of memory more than the allowed memory. I looked back at the previous error and saw that it also was trying to allocate exactly 8 bytes of memory more than the total memory allowed.)
Any other ideas?
[Updated on: Thu, 26 July 2018 15:47] Report message to a moderator
|
|
|
|
|
|