We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4041
    • 788 Posts
    Have you refreshed the Site Cache since the move? If not, try that or check in the assets/cache/siteCache.idx.php file, make sure the following are set correctly: (these are near the top of the file)
    $c[’rb_base_dir’] = "assets/";
    $c[’rb_base_url’] = "assets/";
      xforum
      http://frsbuilders.net (under construction) forum for evolution
      • 12013
      • 61 Posts
      Cache was refreshed and have done so again. The siteCache.idx.php file did have info from the old host.

      are there any other files that may also affect this?

      is there something I should have done when saving the old site and DB? I copied the old site and exported a copy of the DB checking the Add Drop Tables and If Not Exists which I had read on another post somewhere.

      Perhaps I saved the DB incorrectly.

      All comments warmly welcomed
        • 3647
        • 177 Posts
        check that you didn’t use an absolute link to the style sheets (or anything else) in your templates
        for the same reason, check your css for any absolute links to images as these may need changing
          • 31227
          • 198 Posts
          I just moved to another server:
          1] Transferred files (sync)
          2] Exported db via phpmyadmin
          3] Imported db via phpmyadmin
          4] Altered config.php
          5] Changed paths in manager.
          6] Done
          Install is not really necessary, however give it a shot. I deleted my cache before transferring files. Make sure mysql & php are of the same versions - that got me... I had php & mysql 5 before, whilst on the new hosting its php 4.x.x & mysql 4.x.x and had to ask to be transferred to a dif server.
            Pure MODx sites
            Viriko.ru & Viriko.com - Multilingual and running on 1 MODx
            • 12013
            • 61 Posts
            all sorted now, thanks for your help