I've been using Mamp 3.5 to create a Wordpress site locally since last week. But all of a sudden I am getting this error while loading:
localhost:8888/wordpress : "The localhost page isn’t working localhost is currently unable to handle this request. HTTP ERROR 500"
I have no idea what is wrong and what is causing this error. Solutions I've tried already:
- Change ports to 80 and 3306
- Re-install MAMP
- Checked my hosts file for the localhost settings
- Tried using older version of PHP, i.e. 5.6
The web server (Apache) starts by default on port 8888, the database server ( MySQL) on port 8889. ... All log files are stored in: /Applications/MAMP/logs/ .A 500 will leave something in error.log on a normal apache (not MAMP), chances are that file exists at the location provided. - YvesLeBorg