diff --git a/workflow/engine/controllers/installer.php b/workflow/engine/controllers/installer.php index afea3ee90..6b3095fd8 100644 --- a/workflow/engine/controllers/installer.php +++ b/workflow/engine/controllers/installer.php @@ -1475,6 +1475,8 @@ EOL; curl_setopt($ch, CURLOPT_TIMEOUT, 90); $output = curl_exec($ch); + error_log('respuesta ----'); + error_log($output); curl_close($ch); } @@ -1509,6 +1511,8 @@ EOL; curl_setopt($ch, CURLOPT_TIMEOUT, 90); $output = curl_exec($ch); + error_log('respuesta ----'); + error_log($output); curl_close($ch); }