Announcement

Collapse
No announcement yet.

PHP Error: Extension zip is not found.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP Error: Extension zip is not found.

    CentOS 7
    PHP 7.2
    MariaDB 10

    In the install, at the database verification screen, I get "PHP Error: Extension zip is not found."
    Typically I would think this is straight forward but.... zip is installed

    I can run zip from the command prompt
    I can run yum info zip and get Version 3.0

    I tested the same install on a test server and it ran fine
    My first thought is a conflict but I have no idea where to find it.




  • #2
    Hello,
    please check whether zip php module is installed. run this command in a terminal:
    Code:
    php -m
    The other reason why this error may occur is you have different PHP versions connected to your web server and on your computer. And that PHP version which you are using for your web server may not have zip extension.

    Comment

    Working...
    X