This topic has 1 reply, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #81430
     Huiwu
    Participant

    Hi,

    I got a Fatal error while trying to import revolution slider demo contents, I’m sure the folder has all the permissions. Any ideas why?

    Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #81493
     Radu
    Moderator

    Hi,

    This error can be caused by folder permission which is excluded or by lack of PHP ZipArchive extension, check if Php ZipArchive is installed on your server by copying the code below intro php file which you will upload on your server, then access the file http://domain.com/yournamedfile.php

    COPY CODE
    
    <?php
    
    if (!extension_loaded('zip')) { echo 'ZipArchive is missing'; } else { echo 'ZipArchive is installed'; }
    
    ?>
    

    If you receive ZipArchive is missing contact your hosting company for enabling this php extension on your server.

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?