We strongly recommend the use of Blackfire repositories to install the Probe.
If you ever experience difficulties while installing or running the Probe with our repositories, you can install it manually by following the manual installation guide in the Probe installation section.
We strongly recommend the use of package repositories to install the Agent.
If you ever experience difficulties while installing or running the Agent with our repositories, you can install it manually by following the manual installation guide in the Agent installation section.
This is the most common issue when installing the Blackfire stack. If this issue occurs, please follow these steps:
Ensure you're using the latest Agent, Probe and Companion. This is quite easy as this page will tell you they're outdated.
If you are using the Premium or Enterprise Edition, you may have created
and configured shared Environments. As each Environment has its own set of
server credentials, specifying which Environment you are targeting when
profiling will grant you the access rights. That can be done either via the
drop-down box in the Chrome extension, or via specifying the --env
option in the CLI.
dial tcp: i/o timeout¶This error occurs when a timeout happens between the Agent and the Blackire.io server. If you encounter this issue, you can increase the timeout of the Agent by appending the following line to the Agent configuration:
1 | timeout=30s
|