For additional assistance, see PHP settings check help .
Need Help?
PHP Extension Helpmissing PHP extensions. Hide detail
The best way to resolve this is to install the correct missing extensions. The exact fix depends on our server, your host, and other system variables.
Our PHP extension help can get you started.
For additional assistance, contact your hosting provider.
I have increased memory_limit to 2500M and always_populate_raw_post_data = -1, still experiencing errors
Solved! Go to Solution.
Open terminal and enter the following line in the terminal.
cd <magento_root_directory>
then execute the following 3 commands in terminal.
php bin/magento cron:run
php update/cron.php
php bin/magento setup:cron:run
Then try to install the module from magento 2.3 admin panel.
It seems some PHP extensions are missing. You didn't mentioned PHP extension missed here. You need to install missing extension on your system(From CMD in windows and from TERMINAL in Linux) in your system then install magento again.
is there an example ? system Os Windows
Hello @putra_irawan
Seems php extensions are missing, see the list what are you missing and follow the solution mentioned below,
If you are working on localhost using XAMPP
https://stackoverflow.com/questions/33869521/how-can-i-enable-php-extension-intl
For linux/ubuntu
I have tried to follow this but there is still an error with the same, is there another solution?
https://stackoverflow.com/questions/33869521/how-can-i-enable-php-extension-intl
Open terminal and enter the following line in the terminal.
cd <magento_root_directory>
then execute the following 3 commands in terminal.
php bin/magento cron:run
php update/cron.php
php bin/magento setup:cron:run
Then try to install the module from magento 2.3 admin panel.