tinoguti 1 Posted March 2, 2019 Hello, I am trying to install prestashop on my server with no success. I am getting the following message in the System compatibility section of the installation wizard: Parámetros PHP requeridos Intl extension is not loaded Parámetros PHP recomendados Install and enable the intl extension (used for validators). I've been researching online and trying different things, updating the php version, trying to install the intl extension but nothing seems to work. What is the solution to fix this problem? I am running a CentOS Linux 7.6.1810 Virtualmin server with PHP 7.0.27 Any help will be appreciated. Thank you 1 Share this post Link to post Share on other sites
Jarjona 0 Posted March 3, 2019 Hello, did you find the solution? Share this post Link to post Share on other sites
tinoguti 1 Posted March 3, 2019 On 3/3/2019 at 12:44 PM, Jarjona said: Hello, did you find the solution? hello. no i did not. do you have the same problem? any ideas? hopefully someone knows something about it and is kind enough to share the solution with the community? Share this post Link to post Share on other sites
Jarjona 0 Posted March 3, 2019 3 minutes ago, tinoguti said: hello. no i did not. do you have the same problem? any ideas? hopefully someone knows something about it and is kind enough to share the solution with the community? Yes, I have the same problem. I have no idea. I have tried everything but I have not found any solution Share this post Link to post Share on other sites
JBW 278 Posted March 4, 2019 Activate intl extension for PHP on your webhosting. Sometimes this can be done in a configuration panel such a Plesk or cPanel, in other cases you can put a customized php.ini on your FTP server. Share this post Link to post Share on other sites
Jacob67 1 Posted April 29, 2019 I faced the same problem. I solved my problem from This article. I hope it will be helped. :) 1 Share this post Link to post Share on other sites
NANDOMX 1 Posted July 29, 2019 I solved it. Add the next line to php.ini file: extension=intl 1 Share this post Link to post Share on other sites
napsterrahul 0 Posted September 11, 2019 (edited) i tried all but nothing is working using 7.1php in xampp same problem intl Edited September 11, 2019 by napsterrahul (see edit history) Share this post Link to post Share on other sites
Laticauda 0 Posted November 4, 2019 Hi guys, if you are still looking for a solution, you should read this : Quote I would like to point out a problem that occured when I wanted to enable the Intl extension. Here is the use case: Un-comment the extension=php_intl.dll from the php.ini file. Restart the Apache server Notice that the dedicated section in the phpinfo() is not here and that the exention is not loaded (my script does not work) Fortunately, I found the following workaround with some help from the internet 😉 : Copy the icu*.dll files from the php directory to the apache/bin directory Restart the Apache server It worked for me, ✌️✌️✌️ Share this post Link to post Share on other sites