• My whole site (http://moretonbay.biz) crashed and I was unable to access database or login after I moved the site from the backend of an old html site to the root directory.

    I have been able to recover most of the site, except the images as explained below:

    But I have
    – got the bulk of the site up (what a relief).

    Because I had turned on multisite, it was conflicting with the move and causing database accessing problems.

    I turned multisite off and this brought up most of the content. Then added these two lines to the config file:

    define(‘WP_HOME’,’http://moretonbay.biz’);
    define(‘WP_SITEURL’,’http://moretonbay.biz’);

    The two lines below brought up the themes and also gave access to the login.

    update_option(‘siteurl’,’http://moretonbay.biz/blog’);
    update_option(‘home’,’http://moretonbay.biz/blog’);

    I still have no images and now have to find out how to get them back.

    Any ideas ?

  • The topic ‘Images not showing after moving site’ is closed to new replies.