SuperFamicorn Posted May 27, 2014 Report Share Posted May 27, 2014 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? Quote Link to post Share on other sites
Liontamer Posted May 27, 2014 Report Share Posted May 27, 2014 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! Quote Link to post Share on other sites
SuperFamicorn Posted May 27, 2014 Author Report Share Posted May 27, 2014 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. Quote Link to post Share on other sites
timaeus222 Posted May 31, 2014 Report Share Posted May 31, 2014 (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 May 31, 2014 by timaeus222 Quote Link to post Share on other sites
djpretzel Posted May 31, 2014 Report Share Posted May 31, 2014 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! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.