-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readiness Check does not check for MCrypt Extension #713
Comments
I actually opened this a separate issue as it's not dependent on this issue described in #714 and is generally applicable to any PHP installation. I know that the Magento 1 installer definitely checks for MCrypt as part of it's install process I think people may find it confusing to have a situation where they passed a test for PHP Extensions one minute and then encounter an error (that occurs due to a missing PHP Extension) the next. |
Massively confused. Surely if anything this is the root cause of #714 and not the other way around?! |
@bit32 if you follow installation process, all steps except 6th, are handled by PHP+Apache. Basically Magento setup wizard is using php which configured with apache. |
Added test case Id and indentation fix
Current Behaviour
During Stage 1 of install I see:
PHP Extensions Check You meet 2 out of 2 PHP extensions requirements. [Less detail] PHP Extension ctype. PHP Extension gd.
However at Stage 6 install fails with:
[ERROR] exception 'Exception' with message 'exception 'Exception' with message 'Module 'Magento_Core' depends on 'mcrypt' PHP extension that is not loaded.' in /Users/[name]/Documents/WWW/magento2/lib/internal/Magento/Framework/Module/DependencyManager.php:56
Suggested Behaviour
Readiness Check should test for whether the PHP Extension MCrypt is loaded as this is a required extension.
The text was updated successfully, but these errors were encountered: