XF 1.5 1.5.1 Upgrade

Would this have to be apart of it? Every so often the webpage receives an error, no matter what you're trying to access and where you're at on the page.
WalrusGaming - Error
The requested page could not be found.
 
Would this have to be apart of it? Every so often the webpage receives an error, no matter what you're trying to access and where you're at on the page.
WalrusGaming - Error
The requested page could not be found.

There is no clear connection to the memory error.

What are some examples of URLs that return that error?
 
This literally means that your server is out of memory (or at least PHP failed to allocate some). This is happening after only allocating a few megabytes of memory; the default PHP max expects to use at least 128MB by default.

You'd need to contact your host about this. If they can't resolve it, I could only recommend a new host.
 
It's not memory_limit related. This error indicates memory couldn't be allocated.

Show the errors to the host. Note that the errors happen after only a couple megabytes and aren't from PHP's memory_limit. They should be able to analyze the server to identify why it's running at the bring like that.
 
Top Bottom