<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: CastroMatavele</title>
    <description>The latest articles on DEV Community by CastroMatavele (@castromatavele).</description>
    <link>https://dev.to/castromatavele</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F205855%2F7a5493f3-bdd5-4d40-bff9-03d5f1a3a1a6.png</url>
      <title>DEV Community: CastroMatavele</title>
      <link>https://dev.to/castromatavele</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/castromatavele"/>
    <language>en</language>
    <item>
      <title>Hellp Guys please</title>
      <dc:creator>CastroMatavele</dc:creator>
      <pubDate>Fri, 02 Aug 2019 18:26:04 +0000</pubDate>
      <link>https://dev.to/castromatavele/hellp-guys-please-2n79</link>
      <guid>https://dev.to/castromatavele/hellp-guys-please-2n79</guid>
      <description>&lt;p&gt;Hellp, I host my app on cpanal and now I am having this error, I used to send emails but now is giving this error&lt;/p&gt;

&lt;p&gt;"proc_open() has been disabled for security reasons"&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;private function establishProcessConnection()
{
    $command = $this-&amp;gt;params['command'];
    $descriptorSpec = [
        0 =&amp;gt; ['pipe', 'r'],
        1 =&amp;gt; ['pipe', 'w'],
        2 =&amp;gt; ['pipe', 'w'],
        ];
    $pipes = [];
    $this-&amp;gt;stream = proc_open($command, $descriptorSpec, $pipes);
    stream_set_blocking($pipes[2], 0);
    if ($err = stream_get_contents($pipes[2])) {
        throw new Swift_TransportException(
            'Process could not be started ['.$err.']'
            );
    }
    $this-&amp;gt;in = &amp;amp;$pipes[0];
    $this-&amp;gt;out = &amp;amp;$pipes[1];
}

private function getReadConnectionDescription()
{
    switch ($this-&amp;gt;params['type']) {
        case self::TYPE_PROCESS:
            return 'Process '.$this-&amp;gt;params['command'];
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

</description>
      <category>laravel</category>
    </item>
  </channel>
</rss>
