You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
Author Name: Francesco Usseglio Gaudi (Francesco Usseglio Gaudi)
Original Redmine Issue: 5908, https://forge.centreon.com/issues/5908
Original Date: 2014-10-24
Hi,
I had incomplete graphs (the bottom line was missing).
I have checked the class centreonGraph.class.php in the displayImageFlow() function.
At line 1288 the setHeaders use strlen but this function returns bad image size (shorter).
I have changed the strlen to mb_strlen($str,'8bit') and now i have correct image graphs size.
Author Name: Francesco Usseglio Gaudi (Francesco Usseglio Gaudi)
Original Redmine Issue: 5908, https://forge.centreon.com/issues/5908
Original Date: 2014-10-24
Hi,
I had incomplete graphs (the bottom line was missing).
I have checked the class centreonGraph.class.php in the displayImageFlow() function.
At line 1288 the setHeaders use strlen but this function returns bad image size (shorter).
I have changed the strlen to mb_strlen($str,'8bit') and now i have correct image graphs size.
The text was updated successfully, but these errors were encountered: