-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to execute cmd: " dot -Tsvg". stderr: Fontconfig error: No writable cache directories #5
Comments
try changing your bind mount to |
README.md say use XHPROF_OUTPUT_DIR https://github.com/wodby/xhprof?tab=readme-ov-file#environment-variables |
Corrected, thank you |
I changed the default output dir to |
I use your project only to view profiling results. For this, enabling the xhprof is not necessary. Default it is turned off via a variable - PHP_EXTENSIONS_DISABLE. Therefore the xhprof config is not created and variable PHP_XHPROF_OUTPUT_DIR not use. But variable XHPROF_OUTPUT_DIR use when call ini_get("xhprof.output_dir"). |
oh that's a bug, the default value of |
When I build local, then everything is fine. But I use last image - wodby/xhprof:2.3-3.13.2, I again get error
|
In wodby/xhprof:2.3-3.13.3 has not changed. Need rebuild |
Should be good now |
I use :
docker run --rm -e XHPROF_OUTPUT_DIR=/var/www/html/logs -v $(pwd)/www/main/storage/logs/xhprof:/var/www/html/logs wodby/xhprof:2.3-3.12.0
When I go to the [View Full Callgraph] I get an error
The text was updated successfully, but these errors were encountered: