Magento 2 Installation Errors – PHP PDO and Intl Version Minimum

databaseinstallationmagento2PHP

I am getting these error messages when attempting to install Magento using the auto install (installatron) with cPanel.

I've setup EasyApache 3 to already upgrade my PHP and MySQL versions but these two messages are still prohibiting me to proceed with the install. Any help would be greatly appropriated in finishing the setup of my Godaddy WHM

php-pdo-mysql-version-minimum v1 (detected: OFF)
php-intl-version-minimum v1 (detected: OFF)

Best Answer

I've managed to resolve the "php-pdo-mysql-version-minimum v1 (detected: OFF)" by doing the following in WHM:

  • Goto WHM »Software »EasyApache 3 (Apache Update)
  • Select "Previously
  • Saved Config (** DEFAULT **)" and click "Start customizing based on profile"
  • On the "Apache Version 3" page click "Next"
  • On the "PHP 5.6 Version" page click "Next"
  • On the "Short Options List" page
  • click"Exhaustive Options List" On the "Exhaustive Options List" ensure that PDO, PDO sqlite and PDO MySQL are selected.
  • Then Click Build on the bottom of the page.

However, I am still attempting to resolve the "php-intl-version-minimum v1 (detected: OFF)"

Related Topic