Jump to content

Recommended Posts

Posted

For some reasons some threads only display as a white page, such as these, and ones like this give me things akin to "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 9017 bytes) in /home/ocremix/public_html/forums/showthread.php on line 1275"

What could be wrong?

Posted
For some reasons some threads only display as a white page, such as these, and ones like this give me things akin to "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 9017 bytes) in /home/ocremix/public_html/forums/showthread.php on line 1275"

What could be wrong?

Those are pretty large threads, but we'd need more information.

What browser(s) is this occurring in and what OS are you using?

Are you able to replicate this error every single time?

Need some more intel!

Posted

These are both in Chrome, one in Windows 8 and one in 7. These errors happen every time, but it's more surprising because the Windows 7 computer is a school one, while the 8 computer is dramatically faster.

Posted (edited)

Maybe there's a memory leak. Are all the unused pointers deleted before termination of the coding? If a pointer is leftover and unusable, it had already allocated memory that is now inaccessible, and that memory goes toward the available memory.

Those threads loaded for me, though, and I'm just on Safari on an iPad 2.

Edited by timaeus222
Posted

Most likely related to recent upgrade of Apache/PHP/MySQL. In this case, PHP 5.3 vs. PHP 5.2 is probably the differentiator, since the actual vBulletin code hasn't changed.

I have increased the PHP memory limit from 32M to 64M. If this was the underlying cause, doubling it should completely eliminate the problem.

If this issue occurs again, please include a datetime stamp so I can correlate with logs, but we SHOULD be good with this tweak in place...

Thanks!

  • 2 weeks later...
Posted

It would appear that the notice with the amount of messages you have, together with your login name, in the right top corner is gone. Was this done on purpose or is it a glitch?

Posted
I'm on Chrome for Windows (7) and I'm not having an issue. Is it visible in other browsers? Seems potentially difficult to replicate.

No problems on Firefox, and it's there in the page source on Chrome, just not displaying:

<div class="smallfont" id="logininfo">

<!-- breadcrumb, login, pm info -->

<div class="smallfont">
<strong>Welcome, <a href="member.php?u=43292">hakstock</a>.</strong>.


<a href="private.php">Private Messages</a>: Unread 0, Total 220.



</div>

<!-- / breadcrumb, login, pm info -->
</div>

Guest
This topic is now closed to further replies.
×
×
  • Create New...