Theme Demo Import – Version: 1.1.3: Causes 500 Error

Home Forums All Other Themes Theme Demo Import – Version: 1.1.3: Causes 500 Error

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #232495
    Langer Enterprises LLCLanger Enterprises LLC
    Participant
    • Topics: 40
    • Replies: 108
    • Total: 148
    Member since: November 25, 2016

    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.

    #232500
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31359
    • Total: 31359
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #232528
    Langer Enterprises LLCLanger Enterprises LLC
    Participant
    • Topics: 40
    • Replies: 108
    • Total: 148
    Member since: November 25, 2016

    Hello,

    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

    #232529
    Langer Enterprises LLCLanger Enterprises LLC
    Participant
    • Topics: 40
    • Replies: 108
    • Total: 148
    Member since: November 25, 2016

    I have verified that the settings above are set correctly.

    #232537
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31359
    • Total: 31359
    Member since: August 16, 2013

    Hi,

    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 Types

    File Extension: hbs
    MIME type: text/x-handlebars-template

    http://i.imgur.com/YE3wL3g.png

    Also kindly ask your server to enable ::

    npm install hbs
    npm i express-handlebars

    Regards,
    Brad

    #232545
    Langer Enterprises LLCLanger Enterprises LLC
    Participant
    • Topics: 40
    • Replies: 108
    • Total: 148
    Member since: November 25, 2016

    Now 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.

    #232550
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31359
    • Total: 31359
    Member since: August 16, 2013

    Hi,

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.