FS#1658 - View dependency graph errors out
An internal error occured. You can read the details of the error below. The cause is either a bug or an improperly configured system.
Location: 65@includes\external\Zend\Rest\Client\Result.php
require_once(Zend/Rest/Client/Result/Exception.php): failed to open stream: No such file or director
Closed by peterdd
24.09.2015 20:46
Reason for closing: Fixed in devel
Additional comments about closing:
24.09.2015 20:46
Reason for closing: Fixed in devel
Additional comments about closing:
current flyspray dev version
doesn't use the dot program
anymore.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Confirmed with fresh install of 0.9.9.6
Got this one solved. The exceptions that is being thrown is due to the fact that we did not have the "dot" executable in the flyspray.conf.php.
Line 21 should read something like:
dot_path = "/usr/bin/dot"
The path may differ on your distro. Once you install this all should work.
This should also be fixed in the code due to the fact that the Zend exception classes needed to handle this exception are not included in the install by default. Once I copied over the Exception classes from the 1.7.0 release of Zend. The exception bubbled up properly all the way to the default handler. This should be caught and an error presented to the user that there is no install of graphviz configured for use.