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
On type/Base.class.php around line 235 (and above in similar cases), rrdtool is called directly (with backticks), but output is not checked for errors. When this happens, we have a blank image.
We could intercept stderr for example. This can be done with proc_open()
The text was updated successfully, but these errors were encountered:
On type/Base.class.php around line 235 (and above in similar cases), rrdtool is called directly (with backticks), but output is not checked for errors. When this happens, we have a blank image.
We could intercept stderr for example. This can be done with proc_open()
The text was updated successfully, but these errors were encountered: