Skip to content
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

unable to generate although python3 and dot are installed #168

Open
maghmo1 opened this issue Jul 11, 2023 · 2 comments
Open

unable to generate although python3 and dot are installed #168

maghmo1 opened this issue Jul 11, 2023 · 2 comments

Comments

@maghmo1
Copy link

maghmo1 commented Jul 11, 2023

Unable to generate /tmp/x via python: /usr/bin/python3 and dot: /usr/bin/dot. Please update config.php

mango@mweb1000t:/tmp$ which python3
/usr/bin/python3
mango@mweb1000t:/tmp$ which dot
/usr/bin/dot

/tmp/file is created as user, webserver does everything as user, one issue i realized is that files are created with .webgrind and not .webgrind.svg, please help im fighting with this thing since weeks T-T

@rcngo
Copy link

rcngo commented Jul 19, 2023

I'm having the same problem

@EooL
Copy link

EooL commented Jul 26, 2023

Hi,
Please check the xdebug config.
Working config for Xdebug >= 3.1

xdebug.mode=debug,develop,profile,trace
xdebug.start_with_request=yes
xdebug.discover_client_host=0
xdebug.client_host=host.docker.internal
xdebug.profiler_append=0
xdebug.output_dir=/tmp/xdebug
xdebug.use_compression=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants