-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No output #10
Comments
@lfschenone Documentation is one of the areas that could use some improvements :) The |
Thanks clue, I'm on my way. For the curious, and in case you want to add it to the documentation, the minimal code to output a PNG image in the browser is:
|
Thanks for sharing your findings! Afaict the following code should have the same effect (untested):
Either way, if you want to contribute to the documentation, PRs are very much appreciated! :) |
Ok clue! I'm still getting started and having some difficulty to do basic things, but when I have some code going, I'll be happy to contribute with documentation. Cheers! |
Awesome, keep me posted! :)
These are exactly the kind of things that should be covered in our documentation (eventually…) :) |
I installed the latest Graph and Graphviz using Composer in a server with CentOS 6.5 and PHP 5.4.13. I also installed dot using
yum install graphviz
, it's now available at /usr/bin/dotI then created a test.php file with the quickstart code, or to be perfectly precise:
Then I opened the test.php file in my browser and nothing. No graph, no errors on the screen or log, just nothing. The path /usr/bin/dot is allowed by open_basedir and I tried the latest Chrome and Firefox. The lack of symptoms prevents me from diagnosing, but maybe someone here is more experienced. What can I be missing? Thanks!
The text was updated successfully, but these errors were encountered: