need help on class ZipArchive

Discussion in 'PHP' started by the Player, Feb 24, 2011.

  1. #1
    hi

    Fatal error: Class 'ZipArchive' not found

    can anyone pls tell me why i'm getting this error and how to fix it

    thank you
     
    Last edited: Feb 24, 2011
    the Player, Feb 24, 2011 IP
  2. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #2
    First: Which application do you want to run?
    Second: PHP 4 zip extension is unmaintained.

    If your server is with PHP5 probably you don't have it.

    Read this: http://www.php.net/manual/en/zip.installation.php and install the PECL version.

    Regards
     
    sacx13, Feb 25, 2011 IP
  3. the Player

    the Player Well-Known Member

    Messages:
    677
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    108
    #3
    hi sacx13,

    thanks for your concern , actually i contacted to my hosting provider and they are saying they dont use zip support but gzip

    so i have to make changes in my script acc to gzip
     
    the Player, Feb 25, 2011 IP
  4. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Ok, great. I presumed the support is not installed :)

    Regards
     
    sacx13, Feb 25, 2011 IP