Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 21f8f0f

Browse files
Merge branch '2.3.1-integration' into db_MAGEDOC-3489_cronlogging
2 parents ebad5d8 + 26a201d commit 21f8f0f

File tree

3 files changed

+3
-313
lines changed

3 files changed

+3
-313
lines changed

guides/v2.0/get-started/soap/soap-web-api-calls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $wsdlUrl = 'http://magento.ll/soap/default?wsdl=1&services=testModule1AllSoapAnd
8888
$serviceArgs = array("id"=>1);
8989

9090
$context = stream_context_create($opts);
91-
$soapClient = new SoapClient($wsdlUrl, ['version' => SOAP_1_2, 'context' => $context]);
91+
$soapClient = new SoapClient($wsdlUrl, ['version' => SOAP_1_2, 'stream_context' => $context]);
9292

9393
$soapResponse = $soapClient->testModule1AllSoapAndRestV1Item($serviceArgs); ?>
9494
{% endhighlight %}

guides/v2.1/cloud/project/project-integrate-blackfire.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ If you continue to experience problems, prepare your log files and contact Black
271271
1. Display startup errors and save the output.
272272

273273
```bash
274-
magento-cloud ssh -- php -d display_startup_errors=on --ri blackfire
274+
magento-cloud ssh "php -d display_startup_errors=on --ri blackfire"
275275
```
276276

277277
1. Create a temporary log file.
@@ -289,7 +289,7 @@ If you continue to experience problems, prepare your log files and contact Black
289289
1. Start a profile/build again and collect the logs.
290290

291291
```bash
292-
magento-cloud ssh -- cat /tmp/blackfire.log > blackfire.log
292+
magento-cloud ssh "cat /tmp/blackfire.log" > blackfire.log
293293
```
294294

295295
1. Send output and logs to support@blackfire.io.

0 commit comments

Comments
 (0)