Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #869819

    Dear all

    in this 2 days i try to make some layout for enfold theme
    and i try to import demo
    but cant import any demo
    i am useing godday hosting

    #869928

    Hey kobeleung,
    Often this is resolved by increasing the PHP memory limit in WordPress, using FTP, try pasting this code in the wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’

    define( 'WP_MEMORY_LIMIT', '256M' );

    Another solution is to also try adding these rules in your .htaccess file using FTP:

    php_value max_execution_time 180
    php_value upload_max_filesize 20M
    php_value post_max_size 50M

    Sometimes this may conflict with your host so try adding one line at a time & if any of them causes your site to stop working just remove them.
    Also try disabling all of your plugins.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look for errors.

    Best regards,
    Mike

    #870063

    thx Mike
    but still not work
    i use define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    still cant import any demo

    if i use
    php_value max_execution_time 180
    php_value upload_max_filesize 20M
    php_value post_max_size 50M
    will be 500 Internal Server Error

    #870064

    i send you the layout wedsite layout and password

    #870074

    same issue: Importing didnt work!
    You might want to try reloading the page and then try again

    #870075

    thorstem

    i try to reset and use wordpress reset too still not work

    #870077

    i think i will try to install older verion

    #870090

    Hi,
    When I tried to import I received the error: “Failed to load resource: the server responded with a status of 500 (Internal Server Error)” Try to contact your host to fix that error and that would probably fix the importing issue.
    I see your PHP Version is 5.3.24, version 7 is now recommend for the latest WordPress and Enfold, asking your host to update your PHP may correct the error.

    Best regards,
    Mike

    #881867

    hi mike

    very thank you for your help
    i update my hosting plan
    now is oho ver7.1
    but still not import thr demo

    #881879

    Hi,
    Your PHP Version is still showing as 5.3.24, you can see this by going to LayerSlider > System Status > Server Settings
    and still a error 500 (Internal Server Error)
    Please check your .htaccess file for the PHP version being declared, this is sometimes the case.

    Best regards,
    Mike

    #881882

    sorry
    my new websit link is here

    #881883

    here is login and password
    very thank you

    #881887

    Hi,
    Please look at LayerSlider > System Status > Server Settings
    On that site you need to correct PHP Post Max Size, PHP Max Upload Size, & PHP ZipArchive Extension
    Please consult with your host.

    Best regards,
    Mike

    #881892

    hi mike

    very thank you for your help
    i am trying to find the php setting
    hope can fix this time

    #881894

    Hi,
    PHP ZipArchive Extension is done by the host, but the others can be done with the code above.

    Best regards,
    Mike

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