MyBB Community Forums

Full Version: [F] Server load reported as Unknown when 0.00 [C-Imad Jomaa]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Server load in admin returns as 'Unknown' if the load is 0.00. This is due to code @ line 1619 in functions.php simply checking for !$serverload, which naturally returns false for zero. Changing it to " if(!is_numeric($serverload))" fixes it quite easily.
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