The class diagram SVG is not generated, only classes.html. This still worked correctly in v3.4.3.
Expected behavior
A successfully generated class diagram.
Actual behavior
Log excerpt with level 3 verbosity (which in this segment has no additional lines over level 1, btw):
[notice] Writer RenderGuide on
[notice] Writer Graph on graphs/classes.svg
[error] Generating the class diagram failed
[error] Generating the class diagram failed
[notice] Finished transformation process
And classes.svg is not generated.
The current directory contains a new ast.dump file with type "Solitaire Image Recorder format".
Steps to reproduce the problem
phpDocumentor.phar -vvv --title=Wikimate -d . -i examples.php --sourcecode -t <path_to_my_private_site> -s graphs.enabled=true
Your environment
The class diagram SVG is not generated, only classes.html. This still worked correctly in v3.4.3.
Expected behavior
A successfully generated class diagram.
Actual behavior
Log excerpt with level 3 verbosity (which in this segment has no additional lines over level 1, btw):
And classes.svg is not generated.
The current directory contains a new
ast.dumpfile with type "Solitaire Image Recorder format".Steps to reproduce the problem
phpDocumentor.phar -vvv --title=Wikimate -d . -i examples.php --sourcecode -t <path_to_my_private_site> -s graphs.enabled=true
Your environment