This page isn’t working localhost is currently unable to...

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

This page isn’t working localhost is currently unable to...

Postby rudva » 01. January 2021 03:12

:!: After update Big Sur to my Mac previous version of XAMPP stops working.... as usual.

For some posts in this forum I chose the option of install the last version and my whole HTDOCS and DATABASES will be recovered, but... don't.

Anyways I had backups and reinstall, create the databases and copy the folder to the htdocs... everything looks like is ok, but after many times to try... nothing runs well, some querys from the database are recovered and some don't but the last one is this message:

This page isn’t working
localhost is currently unable to handle this request.
HTTP ERROR 500


Does anyone know what is wrong?

XAmpp 8.0.0.
p.s. AKA ruxee
rudva
 
Posts: 25
Joined: 29. October 2019 17:58
Location: USA
XAMPP version: 8.0.0.
Operating System: MacOS Big Sur 11.4

Re: This page isn’t working localhost is currently unable to

Postby Altrea » 01. January 2021 10:02

HTTP 500 Status code is an internal server error. This can be a serious configuration issue.
Take a look into your Apache error.log for further information.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: This page isn’t working localhost is currently unable to

Postby rudva » 01. January 2021 17:21

Altrea wrote:HTTP 500 Status code is an internal server error. This can be a serious configuration issue.
Take a look into your Apache error.log for further information.


Where is located this time? I can't find it
p.s. AKA ruxee
rudva
 
Posts: 25
Joined: 29. October 2019 17:58
Location: USA
XAMPP version: 8.0.0.
Operating System: MacOS Big Sur 11.4

Re: This page isn’t working localhost is currently unable to

Postby rudva » 01. January 2021 18:28

Got it!!

For some reason I don't understand yet, the server doesn't display some errors, like $POST and echo PHP command, then the only action it takes is to show the HTTP error 500. Also in this version of PHP the <?PHP ?> is quite important to avoid the server consider the <> alone as XML. Which of course I have the bad habit of not use the PHP identifier on brackets script openers.
p.s. AKA ruxee
rudva
 
Posts: 25
Joined: 29. October 2019 17:58
Location: USA
XAMPP version: 8.0.0.
Operating System: MacOS Big Sur 11.4

Re: This page isn’t working localhost is currently unable to

Postby quincybatten » 04. May 2021 06:47

The error is too generic and does not tell you exact problem. What you need is to find out what is the real issue. If your site is serving a Internal Server Error, this can be caused by a number of things, such as:

Errors in .htaccess files
Server permission
Server timeout
Script timeout
Or some other Web Server Issues
Normally, a permissions issue on the file (or files) would be one cause of the 500 Internal Server Error. The simple solution is to run chmod 644 on the problem file(s) or chmod 755 on the directories.

$ sudo chmod -R 777 /"your files location"

The best way to debug the error depends upon the server and what’s actually running at the time. Consider some debugging tips to help diagnose and fix common causes of this problem.

http://net-informations.com/q/mis/500.html
quincybatten
 
Posts: 1
Joined: 04. May 2021 06:46
XAMPP version: 2
Operating System: Mac


Return to XAMPP for macOS

Who is online

Users browsing this forum: No registered users and 20 guests