udo wrote: Is image upload disabled in this forum?
No it isn't, but there is a problem with storage of attachments.
I have administrator rights for the forum, but no root access to the server where it's hosted. This is needed to fix this.
Until it's fixed, you can store your attachments at any available free service and just provide a link to it.
Please use Search before posting and read the Manual
I don't get this broken image, I don't get any image.
The error log auf my webservers shows "sh: /neato: No such file or directory" although /usr/bin/neato is configured
I have to stop now, maybe I will find some time this weekend to have a look at it
Please use Search before posting and read the Manual
udo wrote:if you take a look at neato, it is a symlink pointing to dot at least on my ubuntu server:
This is quite normal and not causing the issue. (neato draws undirected graphs, dot draws directed graphs, the program just checks the name how it is called to distinguish between the graphs)
The same problem happens with dot
udo wrote:P.S.: In which log did you find the sh: /neato: No such file or directory entry?
/var/log/httpd/error_log
Please use Search before posting and read the Manual
my GraphViz is running now
The problem was that safe_mode is set to On in my php.ini
So the PHP function proc_open which is used to start the GraphViz executables searches always in /bin for it
Quick solution without disabling safe_mode or to set another directory for it: I set a soft link
Please use Search before posting and read the Manual