skip to Main Content

When i tried to install Prestashop 1.7.6.1 i have the following problem:
Zip Extension problem

The error is very clear but the real problem is that i have installed the extension and restarted the server and the problem continues.

PHP -V

Php -v

PHP -M

Extensions

I think that is a route problem because if i enter in the following route /usr/local/Cellar/php/7.3.11/pecl/20180731/ I have de zip.so extension but if i enter in /usr/lib/php/extensions/no-debug-non-zts-20180731 i have only apcache.so and xdebug.so but i dont know how to fix it.

Im in macOS Catalina 10.15.1.

Thanks.

2

Answers


  1. How to verify your server meets PrestaShop’s requirements
    You can use our system requirements tool to easily check if your environment fulfills PrestaShop’s requirements. Here’s how:

    Download the latest version from GitHub.
    https://github.com/PrestaShop/php-ps-info/releases

    Extract the zip file.
    Upload the phppsinfo.php file to your server and put it inside your current shop’s directory or the one where you intend to install it.
    Open it up on your browser (http://your-domain.com/path-to-your-prestashop/phppsinfo.php).
    Type in the login and password if prompted (use prestashop for both).
    You’ll get a web page detailing requirements and recommendations, and how your server does compared to them:

    Login or Signup to reply.
  2. go to Xampp- Apache- config- PHP(php.ini)

    ctrl+F EXTENSION
    remove semicolone of:
    extension=gd
    extension=php
    stop and start server
    problem solved

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search