MyBB Community Forums

Full Version: White Pages after installing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there.
I am currently unleashing my website for my OpenSource Library and I experience some issues while installing your forums.
When I install the Forums, everything is okay, no error message etc.
But when proceeeding to ACP or Forums afterwards, I get only white pages.
However, I was able to fix the Problem by commenting the content of inc/function_compat.
if(!function_exists('memory_get_peak_usage'))
{
	function memory_get_peak_usage($real_usage=false)
	{
		return memory_get_usage($real_usage);
	}
}

The warnings:
Warning [2] memory_get_peak_usage() has been disabled for security reasons - Line: 161 - File: admin/inc/class_page.php PHP 5.2.17 (Linux)
It is not biggie, but annoying Toungue.
Also, the forums seem to have issues with refreshing content. When I add forums, they do not appear. I have to refresh the acp 2-3x until I get the full list.
Maybe that is connected to that Problem?
Thanks for any input.
regards