XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Problems with the Mac OS X version of XAMPP, questions, comments, and anything related.

XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby miguel1999 » 26. June 2020 15:00

Hi, my problem is this one:

When I start the xampp 7.4.7 on my Mac (OS Big Sur), shows nothing, just appears a translucid window. It looks like the app it's working but i can't see any interface.

If any one is in my situation and knows how to solve this, tell me please.

Thank you,
Miguel.
miguel1999
 
Posts: 1
Joined: 26. June 2020 14:54
XAMPP version: 7.4.7
Operating System: Mac OS Big Sur

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby JuanZS » 04. July 2020 18:18

The same happens to me but Catalina, any solution?
JuanZS
 
Posts: 1
Joined: 04. July 2020 18:16
XAMPP version: 7.2.31
Operating System: MacOS Catalina

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby CapitalSun0 » 14. September 2020 01:17

Is this because you are running a beta OS? I'm having an issue aswell
CapitalSun0
 
Posts: 2
Joined: 13. September 2020 11:47
XAMPP version: 7.4.10
Operating System: OS 11.0 Beta 6

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby taipkoding » 13. November 2020 12:07

Just updated the official release big sur, and suddenly xampp not working. All my project are in there, need to access it, is anyone know how to access the htdocs without mounting the disk?
taipkoding
 
Posts: 2
Joined: 13. November 2020 12:04
XAMPP version: 7.4.11-0
Operating System: Big Sur

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby ElioMacho » 13. November 2020 16:35

Same issue for me!!! All my projects are on it!!!!!
ElioMacho
 
Posts: 3
Joined: 13. November 2020 09:46
XAMPP version: 7.4.11
Operating System: macOS

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby xav999 » 13. November 2020 16:36

Hello,
I have the same problem since I updated my mac this morning to macOS big sur. I'd like to find the files, and even better to find a fix to let Xampp run on big sur. I found this command:
sudo /Applications/XAMPP/xamppfiles/ctlscript.sh start
But it doesn't work for me
xav999
 
Posts: 7
Joined: 13. November 2020 16:19
XAMPP version: 7.4.2
Operating System: MacOS

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby azozhd111 » 13. November 2020 16:38

same problem all my projects are on it how to access htddocs without mounting?
azozhd111
 
Posts: 1
Joined: 13. November 2020 16:34
XAMPP version: 7.4.11-0
Operating System: Big Sur

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby Nobbie » 13. November 2020 16:40

Why dont you blame Apple? Why arent programs running with Big Sur? When i update my Linux PC, everything remains running fine. Same for Windows, after updates programs are still running. As you did not change Xampp, but your OS, you should blame Apple, not Bitnami. Thats the wrong way aroung.
Nobbie
 
Posts: 13183
Joined: 09. March 2008 13:04

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby ElioMacho » 13. November 2020 20:01

this is not a matter to blame, it for fix a problem!! I don't care if is Apple or Bitmani, what we want is to can fix the problem!!!!
ElioMacho
 
Posts: 3
Joined: 13. November 2020 09:46
XAMPP version: 7.4.11
Operating System: macOS

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby Nobbie » 13. November 2020 21:07

ElioMacho wrote:this is not a matter to blame, it for fix a problem!! I don't care if is Apple or Bitmani, what we want is to can fix the problem!!!!


Ok, how much did you pay Bitnami for Xampp? How much did you pay Apple?

You can join Bitnami team and make the Xampp upgrade for Big Sur. Not payed, of course. Thanks for your help!
Nobbie
 
Posts: 13183
Joined: 09. March 2008 13:04

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby lordgleizer » 14. November 2020 00:40

Hello XAMPP Team

I was updated my operating system to macOS Big Sur. The problem now is I lost all my last changes and I want to know if exist any way to recover my files without start XAMPP because right now it doesn't work.
lordgleizer
 
Posts: 1
Joined: 14. November 2020 00:35
XAMPP version: 7.4.11
Operating System: Mac OS

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby rebelit » 14. November 2020 09:34

Instructions to recover files from xampp-vm on mac

For anyone that is stuck since the Big Sur update and needs to recover files from xampp-vm the following worked for me. There’s probably an easier way to do it but it works.

To recover files you need to convert the xampp qcow2 virtual disk to VDI format. You then mount that VDI disk as an additional disk to a debian virtual machine in virtualbox. You then install the guest additions which allows you to share a folder between the mac host and guest debian OS. You can then copy your files to the shared folder on your mac.

Convert qcow2 disk to vdi

VM Location
/Users/{your user}/.bitnami/stackman/machines/xampp/vm/
qemu-img convert -O vdi machine.qcow2 machine.vdi

Qemu can be installed via brew
brew install qemu

Install a debian vm in virtual-box.
https://www.virtualbox.org/wiki/Downloads
https://www.debian.org/distrib/netinst

Install the default graphical version of debian

Install guest additions which will allow a shared folder between the host and vm
https://linuxize.com/post/how-to-install-virtualbox-guest-additions-on-debian-10/

Shutdown the VM and add the additional VDI disk manually in the VM settings

Add VDI as extra hard drive in settings
settings/storage/add disk/

Mount vdi as extra disk in the debian vm
https://serverfault.com/questions/315290/mount-second-hard-drive-debian

mkdir -p /new/drive/
mount /dev/sdb1 /new/drive (your disk may have a different label i.e sdb2)

Create shared folder
https://averagelinuxuser.com/virtualbox-shared-folder/

Copy files from mounted VDI to shared folder on your mac.
/opt/lampp/htdocs/ is the default directory for web files
rebelit
 
Posts: 2
Joined: 14. November 2020 09:25
XAMPP version: xampp-vm
Operating System: mac

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby saffetgoe » 15. November 2020 09:13

Nobbie wrote:Why dont you blame Apple? Why arent programs running with Big Sur? When i update my Linux PC, everything remains running fine. Same for Windows, after updates programs are still running. As you did not change Xampp, but your OS, you should blame Apple, not Bitnami. Thats the wrong way aroung.



We are trying to solve the problem, there is an Apple error here, but our main point is to find the source of the problem as soon as possible.

Everyone is worried because we are losing access to folders.
saffetgoe
 
Posts: 3
Joined: 15. November 2020 09:05
XAMPP version: 7.4.11
Operating System: MacOs

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby Nobbie » 15. November 2020 13:48

saffetgoe wrote:We are trying to solve the problem, there is an Apple error here, but our main point is to find the source of the problem as soon as possible.


Yes, of course. But still, Bitnami did not change Xampp, Apple changes the OS. You have to find out, what has been changed if you want to find the source of your problem. This cannot be answered here, this is simply the wrong forum. Ask Apple what they have changed.
Nobbie
 
Posts: 13183
Joined: 09. March 2008 13:04

Re: XAMPP 7.4.7 NOT WORKS ON MAC OS BIG SUR

Postby saffetgoe » 15. November 2020 15:10

Hi guys, Solved this problem.

https://www.robotem.net/xampp-not-working/
saffetgoe
 
Posts: 3
Joined: 15. November 2020 09:05
XAMPP version: 7.4.11
Operating System: MacOs

Next

Return to XAMPP for macOS

Who is online

Users browsing this forum: No registered users and 12 guests