Yundar YK Posted December 9, 2019 Share Posted December 9, 2019 Hello guys, How to resolve Intl extension is not loaded Prestashop 1.7.6.2 in XAMPP 7.2.0? i'm tried various method, until now it hasn't worked. Im using mac os 10.6.8, please help me.. Thank you very much.. Link to comment Share on other sites More sharing options...
JBW Posted December 9, 2019 Share Posted December 9, 2019 In XAMPP go to Apache->Config->PHP.ini Uncomment the line extension=intl and restart Apache Server 1 Link to comment Share on other sites More sharing options...
Yundar YK Posted December 10, 2019 Author Share Posted December 10, 2019 14 hours ago, JBW said: In XAMPP go to Apache->Config->PHP.ini Uncomment the line extension=intl and restart Apache Server Hi JBW, I deleted the php.ini file (;), I also restarted xampp. But the Intl extension is not loaded still appears during installation. My php.ini file is in the folder (XAMPP / xamppfiles / ets / php.ini). XAMPP on a Mac is different from Windows. Can anyone still help me? Sorry urgent Link to comment Share on other sites More sharing options...
Luisejo Posted December 11, 2019 Share Posted December 11, 2019 Hi @Yundar YK You don't have to delete extension=intl in your PHP.ini, you shoud to add again the line. And remove semicolon in front. Regards. 1 Link to comment Share on other sites More sharing options...
Yundar YK Posted December 11, 2019 Author Share Posted December 11, 2019 18 minutes ago, Luisejo said: Hi @Yundar YK You don't have to delete extension=intl in your PHP.ini, you shoud to add again the line. And remove semicolon in front. Regards. Hi @Luisejo, I tried it still could not, I restarted xampp then refreshed, still not working ... use the new xampp even more complicated T T Link to comment Share on other sites More sharing options...
ToDiv Posted May 14, 2020 Share Posted May 14, 2020 (edited) Hello, I have the same problem on MacOS Catalina. Anyone does have a solution ? please ? I tried with XAMPP 7.4 and after seeing this post with 7.2. But the problem is still there... This link also tell that Prestashop 1.7 is available with PHP 7.2... But it doesn't works with XAMPP Edited May 14, 2020 by ToDiv (see edit history) Link to comment Share on other sites More sharing options...
Shara_AC Posted May 15, 2020 Share Posted May 15, 2020 How to fix this error? I have same problem Link to comment Share on other sites More sharing options...
JBW Posted May 15, 2020 Share Posted May 15, 2020 16 hours ago, ToDiv said: This link also tell that Prestashop 1.7 is available with PHP 7.2... But it doesn't works with XAMPP It works - I have many test installations on serveral XAMPPs. Enabling INTL extension can be done y by php.ini configuration Link to comment Share on other sites More sharing options...
vcp55064 Posted May 26, 2020 Share Posted May 26, 2020 I have found the same setting problems while processing the installation as indicated. Probably, I do something wrong. according to what you suggested I go to apache config button, open the php.ini file under PHP with notepad and erase ";" before extension=intl in this section of the notepad: ; Notes for Windows environments : ; ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+) ; extension folders as well as the separate PECL DLL download (PHP 5+). ; Be sure to appropriately set the extension_dir directive. ; extension=bz2 extension=curl ;extension=ffi ;extension=ftp extension=fileinfo extension=gd2 extension=gettext ;extension=gmp extension=intl ;extension=imap ;extension=ldap extension=mbstring extension=exif ; Must be after mbstring as it depends on it extension=mysqli ;extension=oci8_12c ; Use with Oracle Database 12c Instant Client ;extension=odbc ;extension=openssl ;extension=pdo_firebird extension=pdo_mysql ;extension=pdo_oci ;extension=pdo_odbc ;extension=pdo_pgsql extension=pdo_sqlite ;extension=pgsql ;extension=shmop I save the changes but without success. when trying to update the installation assistant. Not only that, but I have no ideas how to set properly the following points: Install and/or enable a PHP accelerator (highly recommended). Setting "realpath_cache_size" to e.g. "5242880" or "5M" in php.ini* may improve performance on Windows significantly in some cases. Please be gentle and patient while giving me advise as I am a beginner! Many thanks for your appreciated help. Link to comment Share on other sites More sharing options...
Pietrzi Posted August 4, 2020 Share Posted August 4, 2020 Has anyone solved this? I tried everything like Yundar.. Link to comment Share on other sites More sharing options...
Greatness Posted February 15, 2024 Share Posted February 15, 2024 I tried every recommendation mentioned, but I got the same error. 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