Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Merari Gonzalez
4,437 PointsMAMP ERROR
When I try to start service an error window pops up saying that Apache couldn't be started because port 8888 is in use by some other software, what do I do?
1 Answer

Rich Donnellan
25,780 PointsIt sounds like Apache is already running. If you're on a Mac (you didn't specify), you can run this in your terminal:
sudo apachectl stop
Then, try to start up the server again.
Edward Castillo
Courses Plus Student 1,918 PointsEdward Castillo
Courses Plus Student 1,918 PointsI had this same problem and after following this step the error was fixed. Thanks!
Rich Donnellan
25,780 PointsRich Donnellan
25,780 PointsAwesome! Glad I could help.