tinoguti Posted March 2, 2019 Share 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 Link to comment Share on other sites More sharing options...
Jarjona Posted March 3, 2019 Share Posted March 3, 2019 Hello, did you find the solution? Link to comment Share on other sites More sharing options...
tinoguti Posted March 3, 2019 Author Share 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? Link to comment Share on other sites More sharing options...
Jarjona Posted March 3, 2019 Share 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 Link to comment Share on other sites More sharing options...
JBW Posted March 4, 2019 Share 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. Link to comment Share on other sites More sharing options...
NANDOMX Posted July 29, 2019 Share Posted July 29, 2019 I solved it. Add the next line to php.ini file: extension=intl 2 Link to comment Share on other sites More sharing options...
napsterrahul Posted September 11, 2019 Share 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) Link to comment Share on other sites More sharing options...
Laticauda Posted November 4, 2019 Share 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, ✌️✌️✌️ 1 Link to comment Share on other sites More sharing options...
lauro Posted November 11, 2020 Share Posted November 11, 2020 watch this video 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now