Home › Forums › All Other Themes › Theme Demo Import – Version: 1.1.3: Causes 500 Error
- This topic has 6 replies, 2 voices, and was last updated 2 months, 1 week ago by
Sonal S Sinha.
-
AuthorPosts
-
August 8, 2025 at 2:59 am #232495
SKT FishingVersion: pro6.0
WP Version – 6.8.2
Web server – Microsoft-IIS/10.0
PHP version – 8.4.4 (Supports 64bit values)When I try to activate the Theme Demo Import after installing the theme, it causes a 500 error. Once I remove the plug-in, the site works as it should. I see this warning on the plugin page: Warning: This plugin has not been tested with your current version of WordPress.
August 8, 2025 at 11:07 am #232500Hi,
Here we check SKT Farming theme on test server with PHP version 8.4 it’s working fine all demo content import properly, Kindly check execution time and memory limit as given below, if you are facing issue in “SKT Themes Demo Import” plugin after import demo content you can disable this plugin.
If your are facing problem to import demo content kindly set given execution time and memory limit and share WP login details with site url.
max_execution_time = 300 max_input_time = 1000 memory_limit = 256M post_max_size = 64M upload_max_filesize = 64M upload_max_size = 64M
Regards,
DaveAugust 8, 2025 at 9:18 pm #232528Hello,
The issue seems to be with the plug-in Theme Demo Import. I need to download the layouts for this theme, which the theme requires to complete this. Do you have a workaround to complete this without the plug-in? It appears that this plugin has been abandoned according to WordPress.
I am verifying that the execution time and memory limit are as listed above. I believe they are, but I am checking. I have also emailed to [email protected] the log in information.
Thanks
August 8, 2025 at 9:46 pm #232529I have verified that the settings above are set correctly.
August 11, 2025 at 3:40 pm #232537Hi,
Demo content has been successfully imported onto the website.
But hbs file does not supported on your server. Kindly make these changes below:
For IIS Server ::
Add Below code in Web.config
<system.webServer>
…
<staticContent>
<mimeMap fileExtension=”.hbs” mimeType=”text/x-handlebars-template” />
</staticContent>
</system.webServer>
=========================
Please go to cPanel >> Advanced >> MIME TypesFile Extension: hbs
MIME type: text/x-handlebars-templatehttp://i.imgur.com/YE3wL3g.png
Also kindly ask your server to enable ::
npm install hbs
npm i express-handlebarsRegards,
BradAugust 11, 2025 at 8:38 pm #232545Now the SKT Page Builder is not loading correctly. https://ibb.co/VYtZDX5D I had to turn off some plug-ins to get SKT Page Builder to load past 28%. Do I have to use this page builder with this theme?
I installed the above information, and it causes a 500 error. I will ask my techs to see if they can install.
August 12, 2025 at 10:31 am #232550Hi,
If page builder never reaches 100%. It stops at 85% or 28%.:
Kindly go to Settings >> General Settings >> And changed the site addresses to https.
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.