• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ACID and JpGraph problem

PowerMacG5

Diamond Member
I have scoured google, and found entries matching this problem, with no solutions. Here is my problem. I have snort setup, and logging to a SQL database. I have set up ACID to allow me to view everything from a web browser. So far so good, it reads the SQL database, and makes the web page from it. Now, when I go to graph the data, I get this error where the image would/should be: JpGraph Error: Empty data array specified for plot. Must have at least one data point." So, at this point, I put ACID into debug mode, and I see that it is recognizing the data from the SQL database, but somehow is not being inserted into the array passed the the JpGraph class the creates the graphing data. Does anyone know a solution to this problem? I have tried following the ACID code, but my limited knowledge of PHP (I'm an ASP man myself), and lack of sleep have caused me not to find a problem. I limited my search to acid_graph_display.php to be the most likely source of the problem, due to the fact that this is where the graphs constructor is called. Any help is greatly appreciated, I would really like to use the graphing function of ACID.
 
Back
Top