So basically, i’m trying to learn how to use XAMPP to make a php server with MySQL. When I try to start it however, the start button doesn’t work. The button is greyed out for some reason.
An image of the control menu: https://imgur.com/a/v4O1GZ2
When I try to start the server from the general tab, it shows a yellow dot meaning it is starting (Image here: https://imgur.com/a/VEkRES2) and after it is done, it shows this error message: https://imgur.com/a/Zu6hTgi
The error I get when I click show details: cannot start stack: ssh not accessible
The Log:
INFO: Starting "XAMPP" stack
ERROR: Error starting "XAMPP" stack: cannot start stack: ssh not accessible`
I have tried everything; I tried reinstalling, I tried deleting my ~/.bitnami folder, but nothing works.
2
Answers
Maybe you need to change the ports. Sometimes different programs use the same ports and it doesnt work properly. Try changing the ports.
Changing ports Xammp
I stumbled upon this thread last night, and learned that it was because I had used
CHMOD 777
, which unfortunately brokeXAMPP
.So wanted to share how I ‘solved’ this (rescued my files) without having a recent Time Machine backup in case it might be helpful for others.
That’s it! If you
'$ ls'
now, you’ll see your old files!I then used
7z
to make a Zip-backup folder with the old files, moved the7z
to my desktop, deleted and re-installedXAMPP
. Cleared the new ‘htdocs’ and unzipped the file again.This took me about half a night to figure out, so hopefully it will be useful for someone!