We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 34004
    • 125 Posts
    I have an install of 2.2.14 (which I will upgrade after I solve this issue) and at /manager the page is not loading - the navigation is fine (with Dashboard, Site, Components, etc) but below the nav is blank, no matter what page I visit. Any ideas what could be the problem?

    This question has been answered by multiple community members. See the first response.

      • 34004
      • 125 Posts
      I get these errors in the console

      [Error] Failed to load resource: the server responded with a status of 400 (Bad Request) (index.php, line 0)
      [Error] Failed to load resource: the server responded with a status of 400 (Bad Request) (index.php, line 0)
      [Error] Failed to load resource: the server responded with a status of 400 (Bad Request) (index.php, line 0)
      [Error] TypeError: undefined is not a constructor (evaluating 'new b[d.xtype||e](d)')
      create (ext-all.js, line 21)
      load (modx.js, line 75)
      (anonymous function) (manager, line 20)
      (anonymous function) (ext-all.js, line 21)
      b (ext-all.js, line 21)
      [Error] TypeError: undefined is not a constructor (evaluating 'new b[d.xtype||e](d)')
      create (ext-all.js, line 21)
      load (modx.js, line 75)
      (anonymous function) (manager, line 25)
      (anonymous function) (ext-all.js, line 21)
      b (ext-all.js, line 21)
      • discuss.answer
        • 3749
        • 24,544 Posts
        The first thing to try is turning off the compress_js and compress_css System Settings, deleting all files in the core/cache directory, and clearing your browser cache and cookies (or use incognito or private mode in the browser).



          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
          • 34004
          • 125 Posts
          Thanks Bob, I've done that, still no cigar. How do I turn off css and js minifying with no access to the Manager?

          It's similar to https://forums.modx.com/thread/92732/help-modx-manager-broke#dis-post-506704. I also have big brother installed which seems to be a theme across blank manager pages - any ideas how I can remove it with no access to the manager?
            • 34004
            • 125 Posts
            found the compress Js and css flags in system_settings db table, turned them off and cleared the cache and it's working. Thanks Bob.
              • 3749
              • 24,544 Posts
              I'm glad it worked for you. smiley
                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
              • discuss.answer
                • 5904
                • 58 Posts
                Hi all. I just moved a MODX Revolution 2.3.2-pl site from a subfolder, where the development was happening, to the root of the host.

                All seemed to be working well apart from when loading Resources in Manager. The top button bar (with Save, etc) was missing and these errors appeared in the console:

                Uncaught SyntaxError: Unexpected token + at panel....
                and,
                Uncaught TypeError: b[(d.xtype || e)] is not a function at ext-all.js:21


                Followed the advice at http://rtfm.modx.com/revolution/2.x/getting-started/installation/troubleshooting-installation, http://bobsguides.com/modx-troubleshooting.html and others (thanks to all!) to no avail.

                Then (hours later!) noticed that the VersionX manager page was not loading. Reinstalled VersionX via Package Manager and the issue resolved.

                Hope this helps you too smiley