<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Troubleshooting &#8211; GoodLayers</title>
	<atom:link href="https://docs.goodlayers.com/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>https://docs.goodlayers.com</link>
	<description>Documentation</description>
	<lastBuildDate>Thu, 29 Feb 2024 16:09:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Error when updating the plugin : The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10)</title>
		<link>https://docs.goodlayers.com/error-when-updating-the-plugin-the-package-could-not-be-installed-pclzip_err_bad_format-10/</link>
		
		<dc:creator><![CDATA[docsadmin]]></dc:creator>
		<pubDate>Thu, 29 Feb 2024 16:09:34 +0000</pubDate>
				<category><![CDATA[Troubleshooting]]></category>
		<guid isPermaLink="false">https://docs.goodlayers.com/?p=2983</guid>

					<description><![CDATA[The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10): Unable to find End of Central Dir Record signature. To resolve this issue, follow these steps: If the refresh doesn&#8217;t work, you may need to register again.]]></description>
										<content:encoded><![CDATA[
<p>The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10): Unable to find End of Central Dir Record signature.</p>



<p>To resolve this issue, follow these steps:</p>



<ol class="wp-block-list">
<li>Navigate to the GoodLayers menu on the left side of your dashboard.</li>



<li>Go to &#8216;Getting Started.&#8217;</li>



<li>Click on the &#8216;Refresh License&#8217; button.</li>
</ol>



<p>If the refresh doesn&#8217;t work, you may need to register again.</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Can&#8217;t register the purchase code</title>
		<link>https://docs.goodlayers.com/cant-register-the-purchase-code/</link>
		
		<dc:creator><![CDATA[docsadmin]]></dc:creator>
		<pubDate>Sat, 26 Mar 2022 05:14:05 +0000</pubDate>
				<category><![CDATA[Troubleshooting]]></category>
		<guid isPermaLink="false">https://docs.goodlayers.com/?p=2713</guid>

					<description><![CDATA[Make sure that you didn&#8217;t do duplicate registration. If the code has been used before, you must revoke it first. You can manage via this license portal : https://goodlayers.com/licenses/ Make sure you set up SSL on your domain Sometime non SSL site can create the problem with registration process so you may also make sure [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Make sure that you didn&#8217;t do duplicate registration. </h4>



<p>If the code has been used before, you must revoke it first. You can manage via this license portal : <a rel="noreferrer noopener" href="https://goodlayers.com/licenses/" target="_blank">https://goodlayers.com/licenses/</a></p>



<h4 class="wp-block-heading">Make sure you set up SSL on your domain</h4>



<p>Sometime non SSL site can create the problem with registration process so you may also make sure to set up SSL for your domain as well.</p>



<h4 class="wp-block-heading">Contact your host provide</h4>



<p>Sometimes the problem occurred by the server configurations that they block incoming connection from our server. In this case, please try to contact your host provider and ask them to&#8230;</p>



<ul class="wp-block-list"><li><em>Ensure the website can reach to the domain: goodlayers.com</em> (could be the firewall that blocking us.)</li><li><em>Ensure cURL is working, and allow_url_fopen is enabled.</em></li><li><em>Ensure PHP is configured with the latest CA Root Certificates</em>.</li></ul>



<p> </p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The link you followed has expired</title>
		<link>https://docs.goodlayers.com/the-link-you-followed-has-expired/</link>
		
		<dc:creator><![CDATA[loc]]></dc:creator>
		<pubDate>Mon, 11 May 2020 04:41:15 +0000</pubDate>
				<category><![CDATA[Troubleshooting]]></category>
		<guid isPermaLink="false">https://docs.goodlayers.com/?p=1972</guid>

					<description><![CDATA[The error usually happens when the file you’re trying to upload is larger than the default upload and execution limits set by WordPress.&#160;Specific, it&#8217;s relate to upload_max_filesize and post_max_size. We&#8217;re recommend update it to around 40MB and check it again and to update it, you can use some method below: Method 1: Edit .htaccess File [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="762" height="299" src="https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-11-11.09.14.png" alt="" class="wp-image-1974" srcset="https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-11-11.09.14.png 762w, https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-11-11.09.14-300x118.png 300w" sizes="(max-width: 762px) 100vw, 762px" /><figcaption>The link you followed has expired.</figcaption></figure>



<p>The error usually happens when the file you’re trying to upload is larger than the default upload and execution limits set by WordPress.&nbsp;Specific, it&#8217;s relate to <strong>upload_max_filesize </strong>and <strong>post_max_size</strong>.</p>



<p>We&#8217;re recommend update it to around 40MB and check it again and to update it, you can use some method below:</p>



<h3 class="wp-block-heading">Method 1: Edit .htaccess File</h3>



<p>When you go to Cpanel or use ftp method, you can get to see the <strong>.htaccess</strong> file.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="651" height="480" src="https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-11-11.15.03.png" alt="" class="wp-image-1975" srcset="https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-11-11.15.03.png 651w, https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-11-11.15.03-300x221.png 300w" sizes="(max-width: 651px) 100vw, 651px" /><figcaption>.htaccess file</figcaption></figure>



<p>Click and choose edit it then <strong>copy and paste</strong> the following code at the end of the <strong>.htaccess</strong> file.</p>



<pre class="wp-block-code"><code>php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300</code></pre>



<p>Now, click save and check your site again.</p>



<h3 class="wp-block-heading">Method 2: Create A PHP.ini File</h3>



<p>In some hosting, you can edit <strong>PHP.ini</strong> or you must create custom <strong>user.ini </strong>and update the value for it with the example code below:</p>



<pre class="wp-block-code"><code>upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300</code></pre>



<p>Now, click save and check your site again.</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p style="color:#ffffff" class="has-text-color has-background has-normal-font-size has-vivid-red-background-color">If it still not work for you after all these methods, please contact hosting support for server side problem.<br><br>You can try FTP method in <a rel="noreferrer noopener" href="https://docs.goodlayers.com/theme-installation/" target="_blank">Theme Installation</a> docs.</p>
</div></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Theme is missing the style.css stylesheet error</title>
		<link>https://docs.goodlayers.com/theme-is-missing-the-style-css-stylesheet-error/</link>
		
		<dc:creator><![CDATA[loc]]></dc:creator>
		<pubDate>Sat, 09 May 2020 03:07:01 +0000</pubDate>
				<category><![CDATA[Troubleshooting]]></category>
		<guid isPermaLink="false">https://docs.goodlayers.com/?p=1927</guid>

					<description><![CDATA[If you face the problem above, this mean you upload full theme package and not theme-name.zip. To resolve this, please try unzip the theme package you downloaded from ThemeForest and upload the theme-name.zip file only, the installable theme which is called theme-name.zip.]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="767" src="https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-09-09.58.06-1-1024x767.png" alt="" class="wp-image-1928" srcset="https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-09-09.58.06-1-1024x767.png 1024w, https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-09-09.58.06-1-300x225.png 300w, https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-09-09.58.06-1-768x575.png 768w, https://docs.goodlayers.com/wp-content/uploads/2020/05/support-2020-05-09-09.58.06-1.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Theme is missing style.css style error</figcaption></figure>



<p>If you face the problem above, this mean you upload <strong>full theme package</strong> and not <strong>theme-name.zip</strong>.</p>



<p>To resolve this, please try unzip the theme package you downloaded from ThemeForest and upload the <strong>theme-name.zip</strong> file only, the installable theme which is called <strong>theme-name.zip</strong>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
