I have a client site that I need to work on in a local environment. I set the site up on my MAMP Pro server and imported the database, adding the client's user credentials and setting the site URL and homepage to "http://localhost:8888/client_website".
When I try to login with the URL "http://localhost:8888/client_website/wp-admin", I get a 500 error. Ditto if I use "http://localhost:8888/client_website/wp-login.php".
A look at the apache error logs shows multiple "File not found errors" for this site, with the requested path "/Applications/MAMP/htdocs/wp-content".
I have developed dozens of websites on my MAMP server, but haven't seen this before.
Research on this yielded no useful information. Most of it is about resetting permalinks from inside WP-Admin. Trouble is, I can't access WP-Admin.
Actions Taken There is no .htaccess file in the document root for this website, so disabling it won't help. I tried disabling the plugins directory, but that didn't help, either. I am hesitant to disable the client's theme because it could break the website (I've had this happen before when widgets and page builders are used to add content).
What am I missing here?
Thanks in advance!