• I am building a website and now I have had the request that I import a blog (that was active for years) from another site into the site I have just built. I dont have access to the backend of the blog but I have been sent the back up files.

    The wordpress importer wont accept these files. Here is the email of explanation I got from the persons other web designer

    “I used transmit which is a mac FTP program to move the files and I used your hosts database tool to export the database. I then used Transmit to upload it to our server and PHP admin to upload the database. “

    Here is a link to a screenshot of the files that I have (http://tinypic.com/r/2i0gevd/8).
    Here is a link to the site that I have to import them to (http://79.170.44.107/robinsonhambro.com/wp/)

    Could someone please point me in the right direction of how to solve this issue.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks like they send you a backup of the FILES in the WP root folder and not a DATABASE backup.

    They need to go into the backend of the site and go to dashboard->tools->export, export teh posts and send you that file which you will use with the WordPress Import plugin to add it to your site

    Thread Starter DanielGarland

    (@danielgarland)

    Thanks Juggledad

    Are you sure that they are the WP root files? And is there a way to use FTP or something to transfer them to the blog?

    Before you do anything else DO A DATABASE BACKUP of teh new site.

    My guess is they sent you all the files from the root folder where WP was installed. They did not include the folders and it looks some of those files are from an old release of WP. For example, wp-atom.php hasn’t been in the WP root folder from before version 3.6.1 (the oldest version I currently have quick access to)

    There are two parts of a WP site, the files and the database. Ofg the files the important files are what’s in the wp-content folder and the wp-config.php file. The wp-content folder contains all media that has been uploaded to the site along with all plugins and themes (not as important as the media).

    The database contains all the posts, pages, category names, users, This is the DATA that makes up the site. Without it, you are up the creek without a paddle.

    You can get a MySQL export, but that would give you too much (all the users from the old database) or you could get the XML file of posts from the other site – created via dashboard->tools->export.

    What ever you do, DO A DATABASE BACKUP of the new site. Don’t do anything else until you have a database backup so if something goes wrong, you can get back to where you are today.

    second, create a playsite where you can test installing the blog from the old site and verify it before doing it to the live site. Good luck.

    And if this is over your head, I urge you to hire someone who knows what they are doing to do this, it will probably save you time and money in the long term.

    Thread Starter DanielGarland

    (@danielgarland)

    Thanks a mill Juggledad for that. Its late here (in Ireland) so Il take a proper look through in the morning and Backup everything before I do anything.

    Thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Importing blog from backup files’ is closed to new replies.