Code Context !$this->getIsWindows() : $this->nonBlockingMode;
$process = proc_open($command, $descriptors, $pipes, $this->procCwd, $this->procEnv, $this->procOptions);
$command = '/usr/local/bin/wkhtmltopdf 'https://access-services.be/audit-html/5422' '/tmp/tmp_wkhtmlto_pdf_HqR5jW.pdf''
$isInputStream = false
$isInputString = false
$hasInput = false
$descriptors = array(
(int) 1 => array(
(int) 0 => 'pipe',
(int) 1 => 'w'
),
(int) 2 => array(
(int) 0 => 'pipe',
(int) 1 => 'w'
)
)
$nonBlocking = true
$pipes = null
proc_open - [internal], line ??
mikehaertl\shellcommand\Command::execute() - ROOT/vendor/mikehaertl/php-shellcommand/src/Command.php, line 392
mikehaertl\wkhtmlto\Pdf::createPdf() - ROOT/vendor/mikehaertl/phpwkhtmltopdf/src/Pdf.php, line 294
mikehaertl\wkhtmlto\Pdf::send() - ROOT/vendor/mikehaertl/phpwkhtmltopdf/src/Pdf.php, line 196
BuildingsController::pdf() - APP/Controller/BuildingsController.php, line 738
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117