Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XAMPP 7.2.10-0 macOS Mojave - No button label are visible

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?

like image 252
a.tarparelli Avatar asked Sep 27 '18 19:09

a.tarparelli


5 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.

Xampp for Mac with button text

like image 113
Hussain Thajutheen Avatar answered Nov 19 '22 05:11

Hussain Thajutheen


at the moment please turn on the services from terminal using this command : sudo /Applications/XAMPP/xamppfiles/xampp start

like image 45
Peter Parker Avatar answered Nov 19 '22 06:11

Peter Parker


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/

like image 2
Vincent Ting-Syuan Wang Avatar answered Nov 19 '22 05:11

Vincent Ting-Syuan Wang


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

like image 1
Steve1754a Avatar answered Nov 19 '22 06:11

Steve1754a


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

like image 1
Saravanan Manoharan Avatar answered Nov 19 '22 05:11

Saravanan Manoharan