Search code examples
phpprestashopintl

Trying to install locally "Prestashop" but INTL isn't installed correctly


I'm trying to install Prestashop locally on my WAMP server without any success, when I execute the command php composer.phar install the terminal gives me this error:

Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages.

Problem 1 - The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.

I've checked already phpinfo(), and it loads php.ini from the following path:

Configuration File (php.ini) Path /Applications/MAMP/bin/php/php7.2.8/conf Loaded Configuration File /Applications/MAMP/bin/php/php7.2.8/conf/php.ini

In php.ini I've already enabled INTL extension as the following: extension=intl.so

But doesn't seems to work.. any suggestions?


Solution

  • If you can't install with composer, try to download the file Here,

    Dezip the two files,

    Now you have Index.php and prestashop.zip,

    Place them on MAMP/www/yourPrestashopFolder,

    And now go on your web browser on : localhost/yourPrestashopFolder,

    Follow the steps , and your Prestashop site is ready to work ;)