MyBB Community Forums

Full Version: [F] check_thumbnail_memory doesn't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In inc/functions_image.php, the check_thumbnail_memory doesn't work because of the following line of code:

if($thumbnail_memory > $free_memory)
{
	@ini_set("memory_limit", $memory_limit+$thumbnail_memory);
}

$memory_limit and $thumbnail_memory are in bytes. ini_set needs the "B", or "K" ect. i.e. 128M
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group