<?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: AKASH KAINTURA</title>
    <description>The latest articles on DEV Community by AKASH KAINTURA (@akashkaintura).</description>
    <link>https://dev.to/akashkaintura</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%2F487957%2F837070df-69b7-4100-8a90-d1affeaa1a77.png</url>
      <title>DEV Community: AKASH KAINTURA</title>
      <link>https://dev.to/akashkaintura</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akashkaintura"/>
    <language>en</language>
    <item>
      <title>Cross-origin error on WP using Elementor</title>
      <dc:creator>AKASH KAINTURA</dc:creator>
      <pubDate>Tue, 22 Dec 2020 07:12:11 +0000</pubDate>
      <link>https://dev.to/akashkaintura/cross-origin-error-on-wp-using-elementor-4o7j</link>
      <guid>https://dev.to/akashkaintura/cross-origin-error-on-wp-using-elementor-4o7j</guid>
      <description>&lt;p&gt;When trying to add new page and trying to edit it using Elementor but if there is redirection used for the website the Elementor will try to Hit the redirects address first which can cause your new page to stuck in Elementor.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---WlZI7wO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/erdx4r9yadrjkdlrw1wb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---WlZI7wO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/erdx4r9yadrjkdlrw1wb.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Try to check sometimes Plugin conflict can cause this.
But in my case it is not related to Plugin.&lt;/li&gt;
&lt;li&gt;Check the themes and verify that you are using the same theme for both address (original and redirected).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;try to make use them both it will solve your problem.&lt;/p&gt;

&lt;p&gt;Thanks......&lt;/p&gt;

&lt;p&gt;Comment for any thoughts on this.&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>elementor</category>
    </item>
    <item>
      <title>PDO Exception</title>
      <dc:creator>AKASH KAINTURA</dc:creator>
      <pubDate>Mon, 21 Dec 2020 07:11:30 +0000</pubDate>
      <link>https://dev.to/akashkaintura/pdo-exception-2acg</link>
      <guid>https://dev.to/akashkaintura/pdo-exception-2acg</guid>
      <description>&lt;p&gt;PDO Exception for Memory exhausted Due to SQL connection issue while trying to connect database.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TO2h2MvD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/zqkyzbmvg8u6ihd2cifp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TO2h2MvD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/zqkyzbmvg8u6ihd2cifp.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
In .env file we need to be specific about the credentials using for accessing the Database otherwise while running that the application can cause the server load and the memory limit  related Error.&lt;br&gt;
We can use that using the PHPUnit testing the connection in phpunit.xml to check if the credentials are used in the application or not.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xI9pgth5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/3ue1ox5dtonobim04y2m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xI9pgth5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/3ue1ox5dtonobim04y2m.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
      <category>laravel</category>
      <category>mysql</category>
      <category>sql</category>
    </item>
  </channel>
</rss>
