Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] check_thumbnail_memory doesn't work
#1
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
#2
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


Forum Jump:


Users browsing this thread: 1 Guest(s)