Unable to install magento 2
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
1
down vote
favorite
I downloaded magento2 latest version from https://www.mageplaza.com/download-magento/#download.
I pasted the unzipped folder to the htdocs of /Applications/MAMP/
When I started the mamp servers and opened magento in the browser, nothing is displayed.
I also tried running these commands
find . -type f -exec chmod 644 ;
find . -type d -exec chmod 755 ;
find var pub/static pub/media app/etc -type f -exec chmod g+w ;
find var pub/static pub/media app/etc -type d -exec chmod g+ws ;
chmod u+x bin/magento
I am using mac high sierra
does anyone have an idea about this?
magento2 installation setup mamp
New contributor
Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
favorite
I downloaded magento2 latest version from https://www.mageplaza.com/download-magento/#download.
I pasted the unzipped folder to the htdocs of /Applications/MAMP/
When I started the mamp servers and opened magento in the browser, nothing is displayed.
I also tried running these commands
find . -type f -exec chmod 644 ;
find . -type d -exec chmod 755 ;
find var pub/static pub/media app/etc -type f -exec chmod g+w ;
find var pub/static pub/media app/etc -type d -exec chmod g+ws ;
chmod u+x bin/magento
I am using mac high sierra
does anyone have an idea about this?
magento2 installation setup mamp
New contributor
Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
– Marius♦
55 mins ago
Thanks, will take note on that.
– Kaye Louise
33 mins ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I downloaded magento2 latest version from https://www.mageplaza.com/download-magento/#download.
I pasted the unzipped folder to the htdocs of /Applications/MAMP/
When I started the mamp servers and opened magento in the browser, nothing is displayed.
I also tried running these commands
find . -type f -exec chmod 644 ;
find . -type d -exec chmod 755 ;
find var pub/static pub/media app/etc -type f -exec chmod g+w ;
find var pub/static pub/media app/etc -type d -exec chmod g+ws ;
chmod u+x bin/magento
I am using mac high sierra
does anyone have an idea about this?
magento2 installation setup mamp
New contributor
Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I downloaded magento2 latest version from https://www.mageplaza.com/download-magento/#download.
I pasted the unzipped folder to the htdocs of /Applications/MAMP/
When I started the mamp servers and opened magento in the browser, nothing is displayed.
I also tried running these commands
find . -type f -exec chmod 644 ;
find . -type d -exec chmod 755 ;
find var pub/static pub/media app/etc -type f -exec chmod g+w ;
find var pub/static pub/media app/etc -type d -exec chmod g+ws ;
chmod u+x bin/magento
I am using mac high sierra
does anyone have an idea about this?
magento2 installation setup mamp
magento2 installation setup mamp
New contributor
Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 1 hour ago
New contributor
Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
Kaye Louise
63
63
New contributor
Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
– Marius♦
55 mins ago
Thanks, will take note on that.
– Kaye Louise
33 mins ago
add a comment |Â
don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
– Marius♦
55 mins ago
Thanks, will take note on that.
– Kaye Louise
33 mins ago
don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
– Marius♦
55 mins ago
don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
– Marius♦
55 mins ago
Thanks, will take note on that.
– Kaye Louise
33 mins ago
Thanks, will take note on that.
– Kaye Louise
33 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
You should download from here. After that check your php version like this.
Make sure your command line php version should same as browser php version. For checking command line php version run following command in your command line
php -v
No need to change permission for MAMP as I know.
If still not work check using 777 permission of that magento directory for testing.
I downloaded from the link you shared, then checked the version of my php but it still wont work.
– Kaye Louise
1 hour ago
Did you checked php -v in your command line?
– Sohel Rana
1 hour ago
yes. its 7.2.11. while the php version used in mamp is 7.2.8
– Kaye Louise
1 hour ago
Now downgrade it to 7.1 or 7.0
– Sohel Rana
1 hour ago
Thanks man! Its working now
– Kaye Louise
1 hour ago
 |Â
show 3 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
You should download from here. After that check your php version like this.
Make sure your command line php version should same as browser php version. For checking command line php version run following command in your command line
php -v
No need to change permission for MAMP as I know.
If still not work check using 777 permission of that magento directory for testing.
I downloaded from the link you shared, then checked the version of my php but it still wont work.
– Kaye Louise
1 hour ago
Did you checked php -v in your command line?
– Sohel Rana
1 hour ago
yes. its 7.2.11. while the php version used in mamp is 7.2.8
– Kaye Louise
1 hour ago
Now downgrade it to 7.1 or 7.0
– Sohel Rana
1 hour ago
Thanks man! Its working now
– Kaye Louise
1 hour ago
 |Â
show 3 more comments
up vote
2
down vote
You should download from here. After that check your php version like this.
Make sure your command line php version should same as browser php version. For checking command line php version run following command in your command line
php -v
No need to change permission for MAMP as I know.
If still not work check using 777 permission of that magento directory for testing.
I downloaded from the link you shared, then checked the version of my php but it still wont work.
– Kaye Louise
1 hour ago
Did you checked php -v in your command line?
– Sohel Rana
1 hour ago
yes. its 7.2.11. while the php version used in mamp is 7.2.8
– Kaye Louise
1 hour ago
Now downgrade it to 7.1 or 7.0
– Sohel Rana
1 hour ago
Thanks man! Its working now
– Kaye Louise
1 hour ago
 |Â
show 3 more comments
up vote
2
down vote
up vote
2
down vote
You should download from here. After that check your php version like this.
Make sure your command line php version should same as browser php version. For checking command line php version run following command in your command line
php -v
No need to change permission for MAMP as I know.
If still not work check using 777 permission of that magento directory for testing.
You should download from here. After that check your php version like this.
Make sure your command line php version should same as browser php version. For checking command line php version run following command in your command line
php -v
No need to change permission for MAMP as I know.
If still not work check using 777 permission of that magento directory for testing.
edited 1 hour ago
answered 2 hours ago


Sohel Rana
18.8k23245
18.8k23245
I downloaded from the link you shared, then checked the version of my php but it still wont work.
– Kaye Louise
1 hour ago
Did you checked php -v in your command line?
– Sohel Rana
1 hour ago
yes. its 7.2.11. while the php version used in mamp is 7.2.8
– Kaye Louise
1 hour ago
Now downgrade it to 7.1 or 7.0
– Sohel Rana
1 hour ago
Thanks man! Its working now
– Kaye Louise
1 hour ago
 |Â
show 3 more comments
I downloaded from the link you shared, then checked the version of my php but it still wont work.
– Kaye Louise
1 hour ago
Did you checked php -v in your command line?
– Sohel Rana
1 hour ago
yes. its 7.2.11. while the php version used in mamp is 7.2.8
– Kaye Louise
1 hour ago
Now downgrade it to 7.1 or 7.0
– Sohel Rana
1 hour ago
Thanks man! Its working now
– Kaye Louise
1 hour ago
I downloaded from the link you shared, then checked the version of my php but it still wont work.
– Kaye Louise
1 hour ago
I downloaded from the link you shared, then checked the version of my php but it still wont work.
– Kaye Louise
1 hour ago
Did you checked php -v in your command line?
– Sohel Rana
1 hour ago
Did you checked php -v in your command line?
– Sohel Rana
1 hour ago
yes. its 7.2.11. while the php version used in mamp is 7.2.8
– Kaye Louise
1 hour ago
yes. its 7.2.11. while the php version used in mamp is 7.2.8
– Kaye Louise
1 hour ago
Now downgrade it to 7.1 or 7.0
– Sohel Rana
1 hour ago
Now downgrade it to 7.1 or 7.0
– Sohel Rana
1 hour ago
Thanks man! Its working now
– Kaye Louise
1 hour ago
Thanks man! Its working now
– Kaye Louise
1 hour ago
 |Â
show 3 more comments
Kaye Louise is a new contributor. Be nice, and check out our Code of Conduct.
Kaye Louise is a new contributor. Be nice, and check out our Code of Conduct.
Kaye Louise is a new contributor. Be nice, and check out our Code of Conduct.
Kaye Louise is a new contributor. Be nice, and check out our Code of Conduct.
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f247070%2funable-to-install-magento-2%23new-answer', 'question_page');
);
Post as a guest
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
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
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
don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
– Marius♦
55 mins ago
Thanks, will take note on that.
– Kaye Louise
33 mins ago