Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Christine Rincon
Christine Rincon
6,132 Points

Why can I not install WordPress using Mamp?

I'm trying to install WordPress on Mamp while following along this course:
https://teamtreehouse.com/library/the-wordpress-setup-wizard

I'm unable to move past the 2:50 mark on the video due to the error "The site is experiencing technical difficulties" on my side of things.

I'm able to set up the database name, user and password. But when I try to create the main user for WordPress, I keep getting the error. At the time of this issue, I tried to install WP 5.2 and also happened to have a 5.1.1 version I tried as well. Neither work. When I try to move forward despite this issue, it tells me that I appear to already have installed WordPress and if I want to start fresh, I can clear the tables in the database (which I've done multiple times). If I try to move forward with signing in with the user information I entered before the error, it tells me that the user is not valid.

Is there a way I can manually bypass this?

1 Answer

This might be a bit of a nonanswer, but not many developers are using MAMP any more. A lot of people have moved to Vagrant boxes like vvv and scotchbox. Packages like vvv and WPDistillery will install wordpress instances for you when you vagrant up, so you don't have to do it yourself. And if you decide you need to learn how to install these things, you can always play around with it after you understand how WordPress, SQL databases, and PHP work together on the server. You'll need to know git to clone these repositories and use them, but that's where the industry is at now. MacOS developers are working on Vagrant boxes, not on MAMP.