“If debugging is the process of removing bugs, then programming must be the process of putting them in.” – Edsger Dijkstra
This is the Bug Tracking System for the Flyspray project. This is not a demo! Before opening a new task, please read the guidelines!
Do not issue bugs reports against versions earlier than 0.9.9.5
Security problem? Check the security section.
FS#1471 - Depgraph failure
Opened by Renato Alves (rjalves) - Friday, 11 April 2008, 21:17 GMT+2
|
DetailsUsing the original settings: dot_public="http://public.research.att.com/~north/cgi-bin/webdot/webdot.cgi"
Causes the graph to fail to display. Going for the local settings: dot_public="" dot_path="/usr/lib/dot" dot_format="png" An internal error occurred. You can read the details of the error below. The cause is either a bug or an improperly configured system. Location: 1064@includes/class.flyspray.php parse_url(/http://localhost/bugs/cache/fs_depends_dot_7_f7ef2b6a1ced956edaff95ed6e7fe51d.dot.png): Unable to parse URL In this case the png file doesn’t exist and only fs_depends_dot_7_f7ef2b6a1ced956edaff95ed6e7fe51d.dot is created.
After creating the png image manually and then reloading the page, the previous error is not displayed and the image is. There are two errors here. The most obvious one is http://localhost/ repeated twice. The second one is that there is no file named [some_name].dot.map in the system. Only [some_name].dot and [some_name].dot.png |
This has been occurring for me for quite a few months now. Having it fixed would be very nice! Is there no way to implement this in php, instead of relying on an outside server? If not, could we be provided with the CGI app to install onto our own server?
Many Thanks.
I also have extactly the same problem. It would be nice to get it corrected. ;)
Thank you very much to the team, this software is very good !
Yep, same here. We run FlySpray on the Intranet, and having to rely on external resource is not good (actually I think the intranet web server is firewalled off the internet). In short, the depgraph feature should be part of flyspray, or it should be possible to disable the feature altogether.