I installed the new version of XAMPP
for Apple Mac OS, that is 7.2.10-0. When I open the manager-osx the label of button aren't visible. Below is a photo of my manager-osx. Can you help me?

- 2,061
- 1
- 16
- 29

- 187
- 1
- 7
6 Answers
The problem is with the button text not the functionality. You can still click on the buttons to function the features. You just need to know which button is meant for what.
You can check the picture attached for the buttons with texts.

- 2,366
- 5
- 25
- 41

- 441
- 4
- 5
-
According to me the problem is not the button functionality but the text hidden. Who can resolve the problem? – a.tarparelli Oct 11 '18 at 19:28
-
As @Elias Bellido said, it is a bug in XAMPP. I hope they will update it in the next version :-) – Hussain Thajutheen Nov 07 '18 at 12:28
at the moment please turn on the services from terminal using this command : sudo /Applications/XAMPP/xamppfiles/xampp start

- 71
- 1
-
Thank you so much Peter. Can I ask you if there is a way to see the source code, for example on github, and correct the bug? – a.tarparelli Oct 01 '18 at 14:44
The latest version of Xampp will solve this problem!
You can download it at the link below: https://sourceforge.net/projects/xampp/files/XAMPP%20Mac%20OS%20X/7.2.11/

- 3,832
- 11
- 31
- 36

- 31
- 7
You can run from the terminal as follows:
-> cd /Applications/xampp/xamppfiles
-> sudo ./xampp start
To check on MYSQL status:
-> mysql status -u [username] -p [password]
To stop:
-> sudo ./xampp stop

- 197
- 1
- 9
I too got the same issue after updating to Mojave. Try uninstalling the older version and install using the link given below. It works
https://www.apachefriends.org/xampp-files/7.2.12/xampp-osx-7.2.12-0-installer.dmg

- 381
- 3
- 12
I've been having this same problem so I just started using the terminal as a way to start the server

- 159
- 2
- 14