Jump to content

(ASK) How to fix Intl extension is not loaded Prestashop 1.7.6.2


Yundar YK

Recommended Posts

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

Screen shot 2019-12-10 at 10.22.17 AM.png

Link to comment
Share on other sites

  • 5 months later...

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 by ToDiv (see edit history)
Link to comment
Share on other sites

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

  • 2 weeks later...

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.

 

Screenshot (69).png

Link to comment
Share on other sites

  • 2 months later...
  • 3 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...