Hi,
I have this project which was put on pause:
Dolphin is version 7.3, and last time it worked on a local environment was on MAMP 4.4
i've managed to get the MAMP version, however when I try to fire up the website it says:
"This page isn’t working
localhost is currently unable to handle this request.
HTTP ERROR 500"
When looking at the logs I can only detect the following errors in php_error:"
[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"
Thanks for any tips