We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 50669
    • 3 Posts
    Hello,

    I'm trying to migrates a MODX system for one of my clients and I'm having a bit of trouble. I found a tutorial on how to complete this, but I can't seem to get the /manager/ to work properly? When I visit the manager directory in the web browser, I receive the following error:

    Fatal error: Call to a member function get() on a non-object in /home/bracesolutions/public_html/blog/core/model/modx/modmanagerresponse.class.php on line 41


    However, the front end is showing up just fine. Is there someone out there who can help?
      • 5430
      • 247 Posts
      If you haven't already, it's a good idea to run the MODX installer on your new location, this can often fix issues like this. Also be sure you've thoroughly cleared your browser cache and dump everything inside the core/cache folder.
        • 50669
        • 3 Posts
        Quote from: claytonk at Jun 28, 2015, 08:08 PM
        If you haven't already, it's a good idea to run the MODX installer on your new location, this can often fix issues like this. Also be sure you've thoroughly cleared your browser cache and dump everything inside the core/cache folder.

        How can I go about re-running the installer?
        • Get the version of MODX that you are using, unzip it and upload the /setup/ directory to your site. Then run the setup in "upgrade" mode.

            Studying MODX in the desert - http://sottwell.com
            Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
            Join the Slack Community - http://modx.org
            • 50669
            • 3 Posts
            Is there a place in the files I can determine which version of MODX my client is using? We weren't the original company that installed this on my client's behalf, so we don't know much about the set up.
              • 36816
              • 109 Posts
              Quote from: uncommontrend at Jun 29, 2015, 04:11 PM
              Is there a place in the files I can determine which version of MODX my client is using?

              core/docs/version.inc.php should get you there.