Problem with local copy of online site
-
Hi,
I’m having an issue creating a local copy of an existing WordPress site. I’ve read the forums for hours and tried many of the common solutions.
Summary of what I did:
– downloaded all website files via FTP to my local machine
– exported the online database and imported it to my localhost’s (MAMP)
– updated the wp-config file to point to my localhost DB
– updated all references to the online site in the DB (wp_options, wp_posts>guid, qp_posts>post_content, wp_postmeta>meta_value)*
– disabled all plugins (set wp_options>active_plugins to a:0:{})
– ensured there’s no trailing whitespace in the theme’s functions.php***I added :8888 as required by my localhost (I think?)
**there actually was no closing ?> tagThe current status: the homepage is showing up, but no links to pages are working, and the wp-admin page loads but contents are blank.
I’m really not sure what to do next. I didn’t develop the original site and it looks like the person who did extended a basic theme and then re-created his own .php files. It’s really messy inside there actually.
- The topic ‘Problem with local copy of online site’ is closed to new replies.