Cannot get wordpress to load locally!

I have someone that wants to move over to us for hosting and web maintenance. I received a copy of their site and database to install locally and see what they have going on. They have two wordpress installs, one of which is pulled into the site using blog.php which they call the blog in through an iframe. I installed the database and updated the wp-config file to reflect name, user, and password. The site loads on local install but not the blog. I tried changing the urls in wp-options table but still doesn’t load. Am I missing something?

The domain stayed the same, right?

Could they have any plugins that are messing with the blog? Maybe try disabling all the plugins by renaming the plugins folder temporarily and see if that gets you anywhere.

I ended up just throwing it onto my server and checking it with ip~username. Worked fine, I don’t know what I missed on local. Thanks though!

Are you on Windows? Sometimes I’ve had problems with file paths and so on when using localhost.

No, im on a Mac. Im sure that was the issue though. I just couldn’t find where.