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
I had only few minutes for debug now. It seems that the code is very similar to 1.2.x. I don't know if it is any small bug or any bigger issue. I can look at it. @TheWitness any advice?
@TheWitness I found it. Please check lib/rrd.php line 1815.
Someone add these lines:
if (!rrdtool_file_exists($data_source_path, $rrdtool_pipe)) {
return false;
}
It causes my issue. Without lines it works well. But I do not know the consequences of my modification or the reason for this condition. Please have a look at it
Yea, we need to improve that. The file missing was causing other issues with export and ptile data. So, I think we can simply change the check to not fail if it's not export for example.
Display graph debug information if rrd file is missing says a lot of information:
In 1.3 I get only:
The text was updated successfully, but these errors were encountered: