Magento 2 Won't install on AMPPSMagento2 install error iterationMagento 1.7.0.2 on PHP 5.6 is not loadingCan't connect to Mysql with Magento 2/PHP 7blank page on M2 on ubuntu on aws after 'successful' installWhat exactly does the admin install script do?Magento 2 setup errorSession data not saving through controllerGetting blank screen while trying to install Magento version 2.1.7 from Localhost in ubuntuMagento 2.2: Unable to unserialize value?How to install XDebug in Lampp to debug Magento?
How to prevent "they're falling in love" trope
Can the Meissner effect explain very large floating structures?
What's the in-universe reasoning behind sorcerers needing material components?
How seriously should I take size and weight limits of hand luggage?
Short story with a alien planet, government officials must wear exploding medallions
Apex Framework / library for consuming REST services
iPad being using in wall mount battery swollen
Valid term from quadratic sequence?
How much of data wrangling is a data scientist's job?
Expand and Contract
Why is this clock signal connected to a capacitor to gnd?
How do I gain back my faith in my PhD degree?
Which is the best way to check return result?
I would say: "You are another teacher", but she is a woman and I am a man
Bullying boss launched a smear campaign and made me unemployable
Mathematica command that allows it to read my intentions
ssTTsSTtRrriinInnnnNNNIiinngg
Why do bosons tend to occupy the same state?
Probability that a draw from a normal distribution is some number greater than another draw from the same distribution
What killed these X2 caps?
What does the expression "A Mann!" means
Why does this cyclic subgroup have only 4 subgroups?
How badly should I try to prevent a user from XSSing themselves?
How do I handle a potential work/personal life conflict as the manager of one of my friends?
Magento 2 Won't install on AMPPS
Magento2 install error iterationMagento 1.7.0.2 on PHP 5.6 is not loadingCan't connect to Mysql with Magento 2/PHP 7blank page on M2 on ubuntu on aws after 'successful' installWhat exactly does the admin install script do?Magento 2 setup errorSession data not saving through controllerGetting blank screen while trying to install Magento version 2.1.7 from Localhost in ubuntuMagento 2.2: Unable to unserialize value?How to install XDebug in Lampp to debug Magento?
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♦ 18 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♦ 18 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♦ 18 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♦ 18 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