HTTP ERROR 500

All MAMP discussions around troubleshooting and anything related to MAMP. Be as detailed as possible here when posting an issue.
Post Reply
carl290
Posts: 1
Joined: Sun May 30, 2021 5:07 pm

HTTP ERROR 500

Post by carl290 »

Hi,

I need to make some old software (BOONEX DOLPHIN v 7.3) work on a older version of MAMP, the 4.4
When I try to access the website I get :
"This page isn’t workinglocalhost is currently unable to handle this request.
HTTP ERROR 500"
On the php_error I get:

Code: Select all

[30-May 202116:22:51 UTC] PHP Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known in /Applications/MAMP/bin/mamp/feed/fetchFeed.php on line 20


[30-May-2021 16:22:51 UTC] PHP Warning: file_get_contents(http://www.mamp.info/feed/mac/MAMP/English/feed/home.json): failed to open stream: php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known in /Applications/MAMP/bin/mamp/feed/fetchFeed.php on line 20

[30-May-2021 18:23:10 Europe/Amsterdam] PHP Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /Applications/MAMP/htdocs/dcc/inc/header.inc.php:155

Stack trace:

#0 /Applications/MAMP/htdocs/dcc/index.php(25): require_once()

#1 {main}

thrown in /Applications/MAMP/htdocs/dcc/inc/header.inc.php on line 155

[30-May-2021 18:26:37 Europe/Amsterdam] PHP Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /Applications/MAMP/htdocs/dcc/inc/header.inc.php:155

Stack trace:

#0 /Applications/MAMP/htdocs/dcc/index.php(25): require_once()

#1 {main}

 thrown in /Applications/MAMP/htdocs/dcc/inc/header.inc.php on line 155"
What can be causing this?
thanks
mampsupportmod
Site Admin
Posts: 156
Joined: Wed Jan 20, 2021 3:06 am

Re: HTTP ERROR 500

Post by mampsupportmod »

MAMP Support Forums is an unofficial support forum covering MAMP & MAMP Pro solution stacks.
Post Reply