XF 1.5 Issue: eval()'d code on line 8101

CoZmicShReddeR

Well-known member
I have 32GB ram on my server is there any way I can fix this issue or issues like this through my.cfg or somewhere else...

Fatal error
: Out of memory (allocated 10485760) (tried to allocate 32768 bytes) in
library\XenForo\Template\Abstract.php(265) : eval()'d code on line 8101

It just shows a blank page when I get this error with the error at the top of the page.


And is there a way to understand how much memory we are talking about here? Like how do I do the math and is there an online site to do it on?

And it would be nice if XenForo could tell me which exact application/addon causes this. I am using U.IX With the Tactical style from "Theme House" am sure it's not the style maybe something that uses the style...

Any ideas or possible solutions are welcome!

Thanks!
 
And is there a way to understand how much memory we are talking about here?
This is the value:
(allocated 10485760)
Which equates to 10MB - https://www.google.com/webhp?source...pv=2&ie=UTF-8#q=10485760+bytes+in+megabytes&*

"Out of memory" would generally indicate the memory_limit isn't being hit. Something else is limiting the amount of memory PHP can use.
It could be something like ulimit or the actual process running PHP.

When is the error being thrown? Is it when rebuilding templates or some other action?
 
Top Bottom