We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 47714
    • 13 Posts
    Kinda old thread but its the exact same problem i have, i moved the site to a new server, i changed all the config files, and i moved the database.

    On the new server i can se the site when i go to mydomain.com but when i go to mydomain.com/manager the same error as mentioned above comes.

    I did an upgrade and ran the setup and everything was OK in the setup, but i still get the error.

    I followed your guide and still got the same problem, i have tried like 10 times now with new transfers and now im out of ideas :S the site is http://jcbrandtatning.se.preview.binero.se/ and the site works but the manager wont work, any ideas?

      • 47714
      • 13 Posts
      Kinda old thread but its the exact same problem i have, i moved the site to a new server, i changed all the config files, and i moved the database.

      On the new server i can se the site when i go to mydomain.com but when i go to mydomain.com/manager the same error as mentioned above comes.

      I did an upgrade and ran the setup and everything was OK in the setup, but i still get the error.

      I followed your guide and still got the same problem, i have tried like 10 times now with new transfers and now im out of ideas :S the site is http://jcbrandtatning.se.preview.binero.se/ and the site works but the manager wont work, any ideas?

        • 47714
        • 13 Posts
        This is the code on line 620.

        $obj = $response->getMessage();
        if (!empty($obj)) {
        $obj = $this->modx->fromJSON($obj);
        } else {
        $obj = array();
        }
        return $obj;
        }
          • 3749
          • 24,544 Posts
          Double check the paths and URLs in the core/config/config.inc.php file, especially the connectors and processors ones.

          Also, try this:

          Delete all files in the core/cache directory
          Use your browser's incognito or private mode to access the Manager

            Did I help you? Buy me a beer
            Get my Book: MODX:The Official Guide
            MODX info for everyone: http://bobsguides.com/modx.html
            My MODX Extras
            Bob's Guides is now hosted at A2 MODX Hosting
            • 47714
            • 13 Posts
            Quote from: BobRay at Aug 09, 2015, 09:10 PM
            Double check the paths and URLs in the core/config/config.inc.php file, especially the connectors and processors ones.

            Also, try this:

            Delete all files in the core/cache directory
            Use your browser's incognito or private mode to access the Manager


            It did not help to Delete the contents in the cache directory, and I double checked all config files and the paths is correct.

            Could it be something with permissions on folders or files?
              • 3749
              • 24,544 Posts
              It's possible. Did you use incognito or private mode in the browser to make sure there's no problem with the browser cache?
                Did I help you? Buy me a beer
                Get my Book: MODX:The Official Guide
                MODX info for everyone: http://bobsguides.com/modx.html
                My MODX Extras
                Bob's Guides is now hosted at A2 MODX Hosting
                • 47714
                • 13 Posts
                Yep, even tried on another computer and network.
                  • 3749
                  • 24,544 Posts
                  Did you transfer the files individually with FTP? That often results in missing or corrupted files.
                    Did I help you? Buy me a beer
                    Get my Book: MODX:The Official Guide
                    MODX info for everyone: http://bobsguides.com/modx.html
                    My MODX Extras
                    Bob's Guides is now hosted at A2 MODX Hosting
                    • 47714
                    • 13 Posts
                    Yes, my server doesnt allow me to unzip files so i have to do a direct transfer.
                    But i have deleted all files on The server and a new upload many Times, and The exact same procedure with a new modx folder works, but not this one, i have no clue whats wrong.

                    I looked at some ideas to do a fresh modx install and install all addons and then just replace the asset and database with the sites.
                    Is this something i should try?
                      • 3749
                      • 24,544 Posts
                      Don't you have cPanel on the server? I wouldn't use a host without cPanel -- there are so many hosts that offer it with very reasonable prices: http://bobsguides.com/modx-friendly-hosts.html.

                      If you're not prepared to change hosts, I think your idea about a fresh install and transferring the assets and database is worth a try, but first I'd try disabling all your plugins and clearing the cache folder again.
                        Did I help you? Buy me a beer
                        Get my Book: MODX:The Official Guide
                        MODX info for everyone: http://bobsguides.com/modx.html
                        My MODX Extras
                        Bob's Guides is now hosted at A2 MODX Hosting