PDA

View Full Version : Error when adding parameters to graph


obstler
18-11-2004, 18:29
I just created a new graph and when adding an item the following error occurs:

ERROR EXECUTING: insert into audit (userid,clock,action,resource,details) values (1,1100795267,0,AUDIT_RESOURCE_GRAPH_ELEMENT,'Grap h ID [1] Name [Duisburg-Kamenz RTT] Added []')

The error happens for each parameter added -- even though the parameter is added to the graph just fine and displays. So this might be cosmetic only, but something is probably incorrect there ;))

tom.

Alexei
18-11-2004, 18:59
Fixed. Thanks!

I'm doing lots of regression testing this weekend. I'd like to release 1.1alpha2 soon.

Mark Ramm-Christensen
21-11-2004, 23:02
The error happens for each parameter added -- even though the parameter is added to the graph just fine and displays. So this might be cosmetic only, but something is probably incorrect there ;))


Same thing happens here, except the graph does not display. I'm not sure if this is related, or a separate issue.

It seems that I can add and delete parameters and graphs fine, but I always end up with a broken image link.

--Mark

gavinmead
22-11-2004, 14:04
Mark, make sure that you have the GD extension installed and configured within your PHP.conf/PHP.ini file.

Mark Ramm-Christensen
28-11-2004, 17:01
Mark, make sure that you have the GD extension installed and configured within your PHP.conf/PHP.ini file.

Thanks, that did it!