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

PHP

Nancy Melucci
PLUS
Nancy Melucci
Courses Plus Student 36,143 Points

XAMPP myphpadmin and Windows 10/Edge. Not a happy threesome.

This is the last act of a desperate woman. I have been taking a class in dynamic web programming using XAMPP and phpMySql using php, html and css via browser and phpmyadmin. Four days ago I made the apparently fatal mistake of letting Microsoft move me from Windows 7 to Windows 10. Now Edge cannot even acknowledge the existence of phpMyAdmin and Chrome and Firefox show me only a blank page with a little sailboat on the tab but no log in interface.

I have been all over the web trying to find a fix. In the past, despite my newbie cloddishness, I've troubleshot several issues with XAMPP and its ports. But there is nothing out there for this and I am running out of time. I can't do my assignments anymore and the professor is not answering me.

I am hoping there is a developer in this community who knows something about this. I love Treehouse and I've learned so much here. I am looking forward to summer when I can do more work here and less in my classes (the ones I teach and the ones I take.) Thanks for listening.

2 Answers

Codin - Codesmite
Codin - Codesmite
8,600 Points

Go to Windows Start Bar

Run

type in services.msc

Scroll to World Wide Web Publishing Service

Right click it and choose stop (you can also set it to manual so it does not automatically restart), restart XAMPP

The problem is the WWWPS service uses port 80 and blocks Apache from running. Windows 7 by default did not install this service, but Windows 10 does install it by default.

Nancy Melucci
PLUS
Nancy Melucci
Courses Plus Student 36,143 Points

Thank you for taking the time to help me. This is the worst time of the term and I am juggling this pursuit with my day job so sorry for the delay. I am currently running XAMPP from a USB drive. I will keep your suggestion in my toolbox for future use.