Magento 2 Won't install on AMPPS
I'm trying to install Magento 2 on AMPPS locally, I read the requirement here ,All the requirement is installed but Magento installer still give me an error without details :

Environment :
PHP 5.6.11
MySQL 5.6.25
Apache 2.4.12
I checked all the required PHP extensions in phpinfo(), All is enabled.
I do not know what can I do more .. I restart/reinstall the AMPPS, I clear the browser history .. nothing change !
magento2 php-5.6
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying to install Magento 2 on AMPPS locally, I read the requirement here ,All the requirement is installed but Magento installer still give me an error without details :

Environment :
PHP 5.6.11
MySQL 5.6.25
Apache 2.4.12
I checked all the required PHP extensions in phpinfo(), All is enabled.
I do not know what can I do more .. I restart/reinstall the AMPPS, I clear the browser history .. nothing change !
magento2 php-5.6
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?
– KAndy
Dec 9 '15 at 15:39
Why not use php7? It is easy to change in ampps
– simonthesorcerer
Oct 26 '18 at 21:02
add a comment |
I'm trying to install Magento 2 on AMPPS locally, I read the requirement here ,All the requirement is installed but Magento installer still give me an error without details :

Environment :
PHP 5.6.11
MySQL 5.6.25
Apache 2.4.12
I checked all the required PHP extensions in phpinfo(), All is enabled.
I do not know what can I do more .. I restart/reinstall the AMPPS, I clear the browser history .. nothing change !
magento2 php-5.6
I'm trying to install Magento 2 on AMPPS locally, I read the requirement here ,All the requirement is installed but Magento installer still give me an error without details :

Environment :
PHP 5.6.11
MySQL 5.6.25
Apache 2.4.12
I checked all the required PHP extensions in phpinfo(), All is enabled.
I do not know what can I do more .. I restart/reinstall the AMPPS, I clear the browser history .. nothing change !
magento2 php-5.6
magento2 php-5.6
edited Oct 6 '16 at 5:01
Teja Bhagavan Kollepara
3,00641949
3,00641949
asked Dec 9 '15 at 8:55
Abdulsalam ElsharifAbdulsalam Elsharif
1175
1175
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?
– KAndy
Dec 9 '15 at 15:39
Why not use php7? It is easy to change in ampps
– simonthesorcerer
Oct 26 '18 at 21:02
add a comment |
Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?
– KAndy
Dec 9 '15 at 15:39
Why not use php7? It is easy to change in ampps
– simonthesorcerer
Oct 26 '18 at 21:02
Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?
– KAndy
Dec 9 '15 at 15:39
Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?
– KAndy
Dec 9 '15 at 15:39
Why not use php7? It is easy to change in ampps
– simonthesorcerer
Oct 26 '18 at 21:02
Why not use php7? It is easy to change in ampps
– simonthesorcerer
Oct 26 '18 at 21:02
add a comment |
3 Answers
3
active
oldest
votes
Looks like your PHP version and required PHP version are empty in your case. That could mean that they cannot be defined.
Try to debug the code in MagentoSetupModelPhpReadinessCheck::checkPhpVersion.
add a comment |
AMPPS default is not install ctype extension and Magento 2 need this extension to check.
You need open AMPPS application -> Open PHP tab -> PHP extension. Choose ctype.so and click 'Apply' button. Restart Apache and you can Readiness Check
Hope it help!
add a comment |
Go to Ampps control panel, select PHP, click on Php Extension and enable the following extensions:
bz2.so
ctype.so
curl.so
gd.so
iconv.so
intl.so
mbstring.so
mcrypt.so
mongo.so
mysql.so
mysqli.so
openssl.so
pdo_mysql.so
pdo_sqlite.so
soap.so
sockets.so
sqlite3.so
xsl.so
zip.so
zlib.so
Alternatively you can clone the Magento repository, after that if you try to install Magento you can see which extension are missing.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f93116%2fmagento-2-wont-install-on-ampps%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Looks like your PHP version and required PHP version are empty in your case. That could mean that they cannot be defined.
Try to debug the code in MagentoSetupModelPhpReadinessCheck::checkPhpVersion.
add a comment |
Looks like your PHP version and required PHP version are empty in your case. That could mean that they cannot be defined.
Try to debug the code in MagentoSetupModelPhpReadinessCheck::checkPhpVersion.
add a comment |
Looks like your PHP version and required PHP version are empty in your case. That could mean that they cannot be defined.
Try to debug the code in MagentoSetupModelPhpReadinessCheck::checkPhpVersion.
Looks like your PHP version and required PHP version are empty in your case. That could mean that they cannot be defined.
Try to debug the code in MagentoSetupModelPhpReadinessCheck::checkPhpVersion.
answered Dec 9 '15 at 21:30
Arkadii ChyzhovArkadii Chyzhov
2,448714
2,448714
add a comment |
add a comment |
AMPPS default is not install ctype extension and Magento 2 need this extension to check.
You need open AMPPS application -> Open PHP tab -> PHP extension. Choose ctype.so and click 'Apply' button. Restart Apache and you can Readiness Check
Hope it help!
add a comment |
AMPPS default is not install ctype extension and Magento 2 need this extension to check.
You need open AMPPS application -> Open PHP tab -> PHP extension. Choose ctype.so and click 'Apply' button. Restart Apache and you can Readiness Check
Hope it help!
add a comment |
AMPPS default is not install ctype extension and Magento 2 need this extension to check.
You need open AMPPS application -> Open PHP tab -> PHP extension. Choose ctype.so and click 'Apply' button. Restart Apache and you can Readiness Check
Hope it help!
AMPPS default is not install ctype extension and Magento 2 need this extension to check.
You need open AMPPS application -> Open PHP tab -> PHP extension. Choose ctype.so and click 'Apply' button. Restart Apache and you can Readiness Check
Hope it help!
answered Apr 10 '16 at 4:24
tienletienle
1
1
add a comment |
add a comment |
Go to Ampps control panel, select PHP, click on Php Extension and enable the following extensions:
bz2.so
ctype.so
curl.so
gd.so
iconv.so
intl.so
mbstring.so
mcrypt.so
mongo.so
mysql.so
mysqli.so
openssl.so
pdo_mysql.so
pdo_sqlite.so
soap.so
sockets.so
sqlite3.so
xsl.so
zip.so
zlib.so
Alternatively you can clone the Magento repository, after that if you try to install Magento you can see which extension are missing.
add a comment |
Go to Ampps control panel, select PHP, click on Php Extension and enable the following extensions:
bz2.so
ctype.so
curl.so
gd.so
iconv.so
intl.so
mbstring.so
mcrypt.so
mongo.so
mysql.so
mysqli.so
openssl.so
pdo_mysql.so
pdo_sqlite.so
soap.so
sockets.so
sqlite3.so
xsl.so
zip.so
zlib.so
Alternatively you can clone the Magento repository, after that if you try to install Magento you can see which extension are missing.
add a comment |
Go to Ampps control panel, select PHP, click on Php Extension and enable the following extensions:
bz2.so
ctype.so
curl.so
gd.so
iconv.so
intl.so
mbstring.so
mcrypt.so
mongo.so
mysql.so
mysqli.so
openssl.so
pdo_mysql.so
pdo_sqlite.so
soap.so
sockets.so
sqlite3.so
xsl.so
zip.so
zlib.so
Alternatively you can clone the Magento repository, after that if you try to install Magento you can see which extension are missing.
Go to Ampps control panel, select PHP, click on Php Extension and enable the following extensions:
bz2.so
ctype.so
curl.so
gd.so
iconv.so
intl.so
mbstring.so
mcrypt.so
mongo.so
mysql.so
mysqli.so
openssl.so
pdo_mysql.so
pdo_sqlite.so
soap.so
sockets.so
sqlite3.so
xsl.so
zip.so
zlib.so
Alternatively you can clone the Magento repository, after that if you try to install Magento you can see which extension are missing.
edited Jun 11 '17 at 11:42
Rama Chandran M
2,74381530
2,74381530
answered Feb 24 '16 at 21:18
Carmelo CatalanoCarmelo Catalano
165
165
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f93116%2fmagento-2-wont-install-on-ampps%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?
– KAndy
Dec 9 '15 at 15:39
Why not use php7? It is easy to change in ampps
– simonthesorcerer
Oct 26 '18 at 21:02