First install getting errors

I got mbstring working my unremarking the below lines…
;extension=mbstring
;extension=exif

Fixed the MySQLi issue by unremarking these lines…
;extension_dir = “ext”
;extension=mysqli

Fixed the SSL warning by unremarking this line…
;extension=openssl
;extension=curl

Fixed the graphic warning on GD > 2.x + Freetype (graphics) by adding this line…
extension=php_gd2.dll

Now all my checks are green and no errors or warnings.

2 Likes